body {
	background-color: #eee;
	color: #000;
}

#container {
	margin: 10% auto;
	text-align: center;
	font-size: 1.0em;
	font-family: 'Roboto', sans-serif;
}

#profile_picture {
	height: 10em;
	border-radius: 50%;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #2867B2;
}