@font-face {
  font-family: ibm;
  src: url(https://legacy.jrwnnnn.me/assets/fonts/ibm_vga_8x16.ttf);
}
body {
  min-height: 100vh;
  background-color: #000;
  color: #ffffff;
  font-family: ibm;
  font-size: 1.3rem;
  padding-left: 15vw;
  padding-right: 15vw;
}
@media screen and (max-width: 786px) {
  body {
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 1.2rem;
  }
}
.superheader {
  display: grid;
  height: 100vh;
}
.superheader_text {
  font-size: 3.5rem;
  letter-spacing: 0.25rem;
  color: #ffd60a;
  align-self: center;
  justify-self: center;
}
@media screen and (max-width: 786px) {
  .superheader {
    display: none;
  }
}

#navigation {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 8888;
}

#navigation a {
  color: #006bcf;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

#navigation a:hover {
  cursor: pointer;
  color: #ffd60a;
  text-decoration: underline;
}

div.body_primary {
  display: grid;
}
.header {
  font-size: 2.2rem;
  color: #ffd60a;
  margin: 1.5rem auto;
}
.subheader {
  font-size: 1.5rem;
}
.textbody {
  line-height: 1.5rem;
}
.link {
  color: #006bcf;
  text-decoration: none;
}
.link:hover {
  cursor: pointer;
  text-decoration: underline;
}
.ref_link {
  font-size: 1rem;
}
yellow {
  color: #ffd60a;
}
blue {
  color: #006bcf;
}
.emoji {
  display: inline-block;
  width: 1.3rem;
  position: relative;
  top: 0.1rem;
  aspect-ratio: 1/1;
  object-fit: cover;
  line-height: 0;
}
footer {
  margin: 10vh auto 2vh auto;
  text-align: center;
  font-size: 1.1rem;
}
.egg {
  text-decoration: none;
  color: inherit;
}
.cap {
  font-size: 1rem;
  margin: 0;
  color: #b2b2b2;
}
