body {
  background-color: rgb(10, 0, 6);
  color: rgb(255, 205, 242);
  margin: 0;
  cursor: url(resources/cursor.cur), auto;
}

header {
  background-color: rgba(10, 0, 6, 0.8);
  margin: 0;
  padding: 10px 0 20px 0;
}

main {
  background-color: rgba(10, 0, 6, 0.6);
  padding: 10px;
  margin: 15px 0 15px 0;
}

footer {
  background-color: rgba(10, 0, 6, 0.8);
  padding: 20px 0 20px 0;
}

section.page-section {
  margin: 0 20% 0 20%;
}

nav p {
  font-family: "Silkscreen", monospace;
  font-weight: 400;
  font-style: normal;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 10px auto;
}

.wraparound {
  float: left;
  margin: 25px;
  height: 300px;
}
.wraparound figcaption {
  font-family: "Silkscreen", monospace;
  font-weight: 400;
  font-style: normal;
  padding: 5px;
  text-align: center;
}
.wraparound img {
  height: 100%;
}

.dropdown {
  display: inline-block;
  position: relative;
}

p {
  font-family: "Geo", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3em;
  padding: 0 5% 0 5%;
}

ul {
  font-family: "Geo", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em;
  padding: 0 10% 0 10%;
}

a {
  color: rgb(255, 27, 179);
  text-decoration: none;
  font-size: 1.1em;
}

a.you-are-here {
  color: rgb(255, 205, 242);
}

.big-title {
  font-family: "Sixtyfour", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "BLED" 1, "SCAN" -12;
  text-align: center;
  font-size: 4em;
  color: rgba(255, 205, 242, 0.9);
}

.title-intro, .title-intro::after {
  font-family: "Silkscreen", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8em;
  margin: 0 0 0 10%;
}

.title-intro::after {
  content: "...";
  margin-left: 0;
}

.page-title {
  font-family: "Sixtyfour", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "BLED" 1, "SCAN" -12;
  text-align: center;
  font-size: 2.5em;
  color: rgba(255, 205, 242, 0.9);
}

.section-title {
  font-family: "Libre Barcode 128 Text", system-ui;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 4em;
}

.attribution-note {
  font-family: "Silkscreen", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8em;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  section.page-section {
    margin: 0;
  }
  .big-title {
    font-size: 2.5em;
  }
  .page-title {
    font-size: 1.5em;
  }
  .section-title {
    font-size: 2.5em;
  }
}/*# sourceMappingURL=style.css.map */