body {
	background: #82837E;
	color: #BDEB07;
	font-family: sans-serif;
	font-size: 100%;
	overflow: hidden;
	animation: bgcolor 5s infinite alternate;
	-webkit-animation: bgcolor 5s infinite alternate;
}

h1 {
	font-size: 10em;
}

h3 {
	position: absolute;
	top: 10.25em; 
	left: 5.5em; 
	font-size: 1.5em; 
	font-weight: normal;
}

@keyframes bgcolor {
	to { background: #444; }
}

@-webkit-keyframes bgcolor {
	to { background: #444; }
}