.contactInfo {
	font-size: 3vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	height: 100%;
}

.phone {
	color: black;
	text-decoration: none;
}

@media (prefers-color-scheme: dark) {
	a {
		color: cornflowerblue;
	}
	.phone {
		color: white;
	}
}
