body {
	background: #2c2c2c;
	color: #eee;
	font-family: Georgia, serif;
	margin-top: 20%;
	text-align: center;
}

a,
a:visited,
a:hover {
	color: #34345c;
	padding: .1em;
	text-decoration: none;
}

a:hover {
	border-bottom: 2px solid #6e6e94;
	color: #6e6e94;
}

ul,
li {
	display: inline;
	font-size: 2em;
	list-style-type: none;
	padding: 0;
}
