BODY {
	background: black;
	color: #fff;
	margin: 0;
}

DIV#outer-container {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

DIV#image-container {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-image:url("img/eva-clouds.webp");
	background-size: cover;
	background-position: center;
}

DIV#text-container {
	position: absolute;
    line-height: 1em;
    height: 100%;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

DIV#header-container {
	position: absolute;
	top: 50%;
	left: 0;
	height: 5em;
	margin-top: -2.5em;
	width: 100%;

}
DIV#header-container H1 {
	font-size: 2em;
    font-family: sans-serif;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	background: black;
	padding: 0.15em 0.5em;
    transform: translateY(-0.15em);
}