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

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

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


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

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

.header-image {
	height: 150px;
	margin: 30px auto;
	display: block;
}

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

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

.menu a {
	color: hotpink;
}

.main {
	height: 480px;
	width: 753px;
	background-image: url('img/bg.jpg');
	position: relative;
	border: 0px solid hotpink;
}

.main iframe {
	border: none;
	border: none;
	position: absolute;
	top: 35px;
	left: 7px;
	width: 739px;
	height: 439px;
}

.main .cover {
  text-align: center;
  margin-bottom: 50px;
}

footer {
  text-align: center;
  padding: 30px 0px 30px 0px;
  margin-top: 30px;
  margin-bottom:50px;
  border-top:1px dashed lightgray;
 
}
  

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

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

h2 {
	border-bottom: 0px dotted lime;
}

a {
	color: hotpink;
}

a:hover {
  text-transform:uppercase;
}

table {
	border-collapse: collapse;
}

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

th {
	background: lime;
	color: black;
}

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

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

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

.border-0 {
    border: none;
}
