body {
	font-family: sans-serif;
	font-size: 100%;
	text-align: center;
}

h1 {
	font-size: 4em;
}

.timer {
	margin-left: auto;
	margin-right: auto;
	width: 20%;
	background-color: #00308f;
	color: #fff;
	margin-bottom: 10px;
}

footer {
	font-size: small;
}