/* CSS Document */

body {
	background-color: #000;
	color: #FFF;
	font-family: "VT323";
	padding-top: 70px;
	text-align: center;
}
a {
	color: #FC0;
	text-decoration: none;
}
a:hover {
	color: #3BB210;
}
h1, h2 {
	color: #3BB210;
}
h3 {
	font-size: 3em;
}
h2 {
	font-size: 6em;
}
h1 {
	font-size: 4em;
	margin-bottom: 20px;
}
p {
	font-size: 2em;
}
p.glyphicon {
	color: #FC0;
	font-size: 10em;
}