body {
	font-family: 'Roboto', sans-serif;
	overflow: hidden;
}

body, html {
  height: 100%;
}

#header {
	width: 100%;
	height: 20%;
	background: #555;
	color: #ddd;
	text-align: center;
	font-size: 4em;
}

#time {
	width: 100%;
	position: absolute;
	text-align: center;
	top: 5%;
}

#area {
	width: 100%;
	height: 80%;
	background: #eee;
	text-align: center;

}

#score {
	width: 100%;
	font-size: 2em;	
	position: absolute;
	top: 40%;
	animation-duration: 70ms;
	animation-delay: 0ms;
	animation-iteration-count: 1;
}