html {
	background: rgba(20,20,20,1);
	padding: 0px;
	margin: 0px;
}
.background {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100vh;
	width: 100vw;
	background-image: url('/eightyeight-one.png');
	background-position: center center;
	opacity: 0.05;
	z-index: -1;
}
header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100vh;
	width: 100vw;
	background: url('/eightyeight-one.png');
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 1;
}