 *{
			margin: 0;
			padding: 0;
			font-family: sans-serif;
}
.phone{
	font-size: 2vh;
	color: lightgray;
	text-align: center;
	margin: auto;
	margin-top: 8vh;
	width: 80%;
	height: 12vh;
	position: relative;
	overflow: hidden;
}
.location{
	font-size: 3vh;
	color: white;
	text-align: center;
	margin: auto;
	width: 100%;
	height: 40vh;
	position: relative;
	overflow: hidden;
}
.email{
	font-size: 2vh;
	color: lightgray;
	text-align: center;
	margin: auto;
	margin-top: 25px;
	width: 80%;
	height: 40%;
	position: relative;
	overflow: hidden;
}

.email p{
	margin-top: 15px;
}

.phone a{
	color: yellow;
}

.phone p{
	margin-top: 15px;
}
.email a{
	color: yellow;
}
