BODY {
	font-family: sans-serif;
	background: #34a12c;
}

.infopanel {
	margin: 10%;
	font-weight: bold;
	font-size: 10em;
	text-align: center;
	color: #ffffff;
}

.footerbar {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 1em;
}

.footerbar A {
	color: #ffffff;
	letter-spacing: 0.25em;
	text-decoration: none;
}

.footerbar A:HOVER {
	text-decoration: underline;
}

