html {
	padding: 0;
	position: relative;
	background: rgb(97,158,255)
}

body {
	background: rgb(23,23,23);
	color: #fff;
	width: 100%;
	height: 1200px;
	font-size: 100%;
	padding-top: 9em;
	margin: 0;
	-webkit-box-shadow: 0 0 3em rgba(0,0,0,0.62);
}

h1 {
	margin: 0;
	text-align: center;
	padding: 0;
	height: 77px;
	text-indent: -999em;
	background: url("typo.png") center top no-repeat;
}

h1:hover {background-image: url("correct.png");}
h2 {
	font: 1.62em/1.5em normal Georgia, serif;
	margin: 0;
	padding: 0 0 0 0.1em;;
	color: rgb(97,97,97);
	text-align: center;
}