@import url(http://fonts.googleapis.com/css?family=Fondamento);

body {
	background-color: #ABC;
	text-align: center;
	font-family: 'Fondamento', cursive;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#screen {
	display: block;
	width: 100vw;
	height: 100vh;
}

#header {
	font-size: 3em;
	color: #EEE;
	text-shadow: #567 0.03em 0.03em 0.1em;
	font-weight: bold;
}

#description {
	font-size: 1.3em;
	color: #567;
	padding: 20px;
}

.footer {
	color: #789;
	text-decoration: none;
}

a.footer:hover {
	text-decoration: underline;
}
