h1 {
  color: #AB4642;
  text-shadow: -4px 4px #581D1D;
  font-size: 5rem;
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: -10px;
}

@media only screen and (max-width: 800px) {
  h1 {
    font-size: 3.5rem;
  }
}

pre code {
  border: 1px solid #B8B8B8;
}

h2 {
  color: #AB4642;
  text-shadow: -2px 2px #581D1D;
  margin-top: -10px;
  padding-top: 30px;
  padding-left: 15px;
  font-size: 2.5rem;
  font-weight: normal;
  text-align: left;
}

p {
  color: #D8D8D8;
}

@font-face {
  font-family: IBM_VGA8;
  font-display: swap;
  src: url(PxPlus_IBM_VGA8.woff2);
}

body {
  font-family: 'IBM_VGA8';
  font-size: 1.4rem;
  background-color: #000;
  text-align: center;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 32px;
}

nav ul li {
  display: inline;
  margin: 0 15px;
}

nav ul li a {
  color: #A1B56C;
  text-decoration: none;
  font-size: 1.7rem;
}

nav ul li a:hover {
  text-decoration: underline;
}
