@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');

body {
	background-color: black;
	color: white;
	text-align: center;
	margin: 0;
	border: 0;
	padding: 0;
	font-family: "Special Elite", system-ui;
	font-weight: 400;
	font-style: normal;
}

p {
	margin: 0;
	padding: 0;
	text-align: center;
	padding: 14px;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
	color: yellow;
}

div {
	display: flex;
	justify-content: center;
}

h1 {
	font-size: 32pt;
}

h2 {
	font-size: 20pt;
}

.main {
	display: block;
	padding-top: 10px;
	position: absolute;
	color: #ad886a;
	justify-content: center;
	font-size: 16px;
	width: 100%;
	height: auto;
	border: 0px;
}

.lvlimg {
	position: relative;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	max-height: 880px;
}

.hide,
.hide:hover,
.hide:visited {
	color: #000000;
	color: var(--bg-color);
}