

*{
	margin: 0;
	padding: 0;
	font-family: var(--font-standard);
}

a:link, a:visited, a:hover, a:active{
	text-decoration: none;
}

html{
}

body{
	min-height: 100vh;
	display:flex; 
	flex-direction:column;
	background-color: #971919;
	color: white;
	font-family: 'RedzoneBold3';
}

div{
	position: absolute;
	top: calc(50vh - 50px);
	line-height: 100px;
	width: 100%;
	text-align: center;
	font-size: 2.5em;
}

img{
	position: absolute;
	top: calc(50vh - 250px);
	left: calc(50% - 100px);
	width: 200px;
}