body{
	padding: 0;
	height: 100%;
	margin: 0;
	background-color: #02ABC1;
	font-family: "Roboto", sans-serif;
}
#aboutPage{
	color: white;
	height:250px;
	width: 450px;
	margin: 75px auto;
	text-align: center;
}
#aboutPage h1{
	font-size: 36pt;
	margin-bottom: -10px;
	font-weight: 400;
}
#aboutPage h3{
	font-weight: 300;
	margin-bottom: -15px;
}
#aboutPage img{
	border-radius: 50%;
	box-shadow: 7px 7px #0c9aad;
}
#aboutPage a img{
	width:25px;
	box-shadow: none;
	margin-right: 10px;
}
a{
	color: white;
	font-weight: 300;
	text-decoration: none;
}
a:hover{
	font-weight: 500;
}