@import url("https://fonts.googleapis.com/css2?family=VT323&display=swap");

body, html {
	padding: 0;
	margin: 0;
	background: black;
	color: white;
	font-size: 18px;
	font-family: "VT323", monospace;
}

img {
	max-width: 100%;
}

.page {
	padding: 7px;
	background-color: black;
}

.page h1:first-child {
	margin-top: 0;
	margin-left: 25px;
}

.header-image {
	height: 150px;
	margin: 40px auto;
	display: block;
}

.wrapper {
	margin: auto;
	margin-top: 24px;
	width: 753px;
}

.menu {
	text-align: center;
	margin-bottom: 24px;
	margin-top: 24px;
}

.menu a {
	color: white;
}

.main {
	height: 480px;
	width: 753px;
	background-image: url('img/bg.jpg');
	position: relative;
}

.main iframe {
	border: none;
	position: absolute;
	top: 35px;
	left: 7px;
	width: 739px;
	height: 439px;
}

h1, h2, h3, h4, h5 {
	font-size: 25px;
}

h1 {
	border-bottom: 1px solid white;
}

h2 {
	border-bottom: 1px dotted white;
}

a {
	color: red;
}

table {
	border-collapse: collapse;
}

td, th {
	vertical-align: top;
	border: 1px solid grey;
	padding: 3px 6px;
}

th {
	background: grey;
	color: grey;
}

.width-50 {
	max-width: 50%;
}

.border {
	padding: 3px;
	border: 1px solid grey;
}

table.border-0 th, table.border-0 td {
    border: 0;
}

.border-0 {
    border: none;
}

div {
    position: relative;
}
iframe {
    border: 0;
    height: 80px;
    width: 100%;
    background: #ddd;
}

div:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}