body {
  background: black;
  font-family: 'VT323.woff';
  color: white;
}
div {
  margin: auto;
  width: 800px;
  height: auto;
}
.header {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: -6px;
  overflow: clip;
}
.body {
  border: 0px solid white;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
  height: 100%;
  max-height: 648px;
  text-align: justify;
  font-size: 15px;
  overflow: overflow;
}
.nav {
  border: 0px solid white;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: -1px;
  box-sizing: border-box;
  max-height: 50px;
  text-align: center;
  letter-spacing: 5px;
  font-size: 15px;
  font-weight: bold;
  overflow: visible;
}
h1 {
  font-style: 'VT323.woff';
  margin-left: -1px;
}
a {
  color: #ff4200;
  text-decoration: none;
}
a:hover {
  color: white;
}