@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap');
@font-face {
  font-family: winclassic; /* set name */
  src: url(https://files.catbox.moe/at34sp.otf); /* url of the font */
}

@font-face {
font-family: 'NeoDgm';
src: url(https://humantooth.neocities.org/fonts/neodgm_pro.woff) format('woff');
font-weight: normal;
}

body, html {
	padding: 0;
	margin: 0;
	font-size: 13px;
	background: black;
	color: white;
	font-family: 'Source Code Pro', monospace;
}

img {
	max-width: 100%;
}

.page {
	padding: 24px;
	background-color: black;
}

.page h1:first-child {
	margin-top: 0;
}

.header-image {
	height: 100px;
	margin: 5px auto;
	display: block;
}

.wrapper {
	margin: auto;
	margin-top: 24px;
	width: 773px;
}

.menu {
	text-align: center;
	margin-bottom: 24px;
	margin-top: 24px;
}

.menu a {
	color: white;
}

.main {
	height: 577px;
	width: 770px;
	background-image: url('https://files.catbox.moe/ohqr4d.png');
	position: relative;

}

.main iframe {
	border: none;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 759px;
	height: 534px;
}

.player {
  display: block;
  text-align: center;
}

.player iframe {
  border: none;
  position: relative;
  padding: 20px;
}

h1 {
  font-family: NeoDgm;
  font-size: 22px;
}

h2, h3, h4, h5 {
	font-size: 12px;
}

h1 {
	border-bottom: 1px solid white;
}

h2 {
	border-bottom: 1px dotted white;
}

a {
	color: black;
}

table {
	border-collapse: collapse;
}

td, th {
	vertical-align: top;
	border: 1px solid white;
	padding: 3px 6px;
}

th {
	background: white;
	color: black;
}

.width-50 {
	max-width: 50%;
}

.border {
	padding: 3px;
	border: 1px solid white;
}

table.border-0 th, table.border-0 td {
    border: 0;
}

.border-0 {
    border: none;
}

nav{
  z-index: 99;
  padding: 6px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.navlink{
  font-family: winclassic;
  text-align: center;
  background-image: url('https://files.catbox.moe/7b5f4z.png');
  background-size: cover;
  background-color: white;
  background-repeat: no-repeat;
  display: block;
  width: 100px;
  padding: 5px;
  margin: 8px 5px 8px;
}