h1 {
	display: none;
}

html {
	background: #FFFFFF;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
	color: white;
	font-family: "Press Start 2P", Arial;
	font-size: 14px;
	line-height: 140%;
}

div#main {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	margin-top: 100px;
}

span.time {
	font-weight: bold;
}

div#status {

}

div#delta {
	text-align: center;
	font-size: 28px;
	line-height: 140%;
	margin-top: 30px;
	margin-bottom: 30px;
}

div#bla {
	margin-top: 20px;
	color: #FFFF00;
}

div#won {
	margin-left: auto;
	margin-right: auto;
	width: 840px;
	margin-top: 20px;
}

div#stats {
	margin-top: 20px;
}

span.time {
	color: red;
}