html {
	min-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-image: url("background.jpg");
	background-size: cover;
	background-position: center;
}
h1 {
	background-color: rgba(255,255,255,.6);
	border-radius: 10px;
	box-shadow: 0 0 8px rgba(150,150,150,.8);
	padding: 10px;
	margin: 0px;
	display: block;
	position: absolute;
	width: calc(100vw - 60px);
	left: 20px;
	bottom: 20px;
	text-align: center;
}
