@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Pacifico&family=Poltawski+Nowy:ital,wght@0,400..700;1,400..700&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');


body {
	margin: auto;
	background-color: #000000;
	font-family: "Merriweather", serif;
	font-size: 18px;
	color: #fff;
	text-align: center;
}

div.button, 
div#button01,
div#button02, 
div#button03, 
div#button04, 
div#button05 {
	width: fit-content;
	height: fit-content;
	display: block;
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	letter-spacing: 0.05em;
	font-family: "Urbanist", sans-serif;
	text-align: center;
	margin: 0 auto 2em auto;
	padding: 0.3em 0.8em 0.3em 0.8em;
	border: 2pt solid #fff;
	cursor: pointer;
	text-transform: uppercase;
}
		
div.button:hover, 
div#button01:hover, 
div#button02:hover, 
div#button03:hover, 
div#button04:hover, 
div#button05:hover {
	color: #ffc107;
	text-decoration: none;
	border: 2pt solid #ffc107;
}

a:link {
	text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

#main {
	margin: 50px auto 0 auto;
	text-align: center;
}

#box {
	margin: 0 auto 0 auto;
	text-align: center;
}

iframe#mainframe {
	width: 1300px;
	overflow: hidden;
	border: 0;
}

.intro {
	font-size: 14px;
	line-height: 18px;
}

.highlight {
	color: #ffc107;
}

.nav, 
.bottomnav {
	margin: 0 auto;
}

.content {
	margin: 0 auto 2em auto;
	text-align: center;
}

.png {
	position: relative;
	margin-top: -100px;
	margin-left: -50px;
}

#footer {
	font-size: 14px;
	font-weight: 500;
	padding: 100px 0 50px 0;
}