body {
	width: 100%
	height: auto;
	padding: 2em;
}

#counter {
	text-align: center;
	font-family: helvetica;
	font-size: 3em;
	color: rgba(0,0,0,0,0.7);
	width: 100%
	height: auto;
}

#header {
	text-align: center;
	font-family: helvetica;
	font-size: 2em;
	color: rgba(0,0,0,0,0.7);
	width: 100%
	height: auto;
}

