html {
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
		background: url('/images/bg.png') no-repeat fixed 100% 100%;
	background-size: cover;

}
h1 {
	margin-top:5vw;
}
p, h1 {
	text-align: center;
	color: white;
	text-shadow: 0px 2px 8px black;
}
a {
	color: white;
}