html {
	background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), url(dwarf.jpg) no-repeat center center fixed;
	background-size: cover;
	height: 100%;
}
  
h1 {
	font-family: Verdana, sans-serif;
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
	color: white;
	text-shadow: 1px 1px 2px black;
}

footer {
	position: fixed;
	bottom: 0px;
	font-family: sans-serif;
	font-size: 0.8em;
	background-color: rgba(0,0,0,50%);
	width: 100%;
	color: #898989;
	height: 25px;
	vertical-align: middle;
	text-align: center;
	line-height: 25px;
}

a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}