html, body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: white;
}

a:link {
  color: white;
  text-decoration: none;
}

a:visited {
  color: white;
  text-decoration: none;
}

a:hover {
  color: white;
  text-decoration: none;
}

a:active {
  color: white;
  text-decoration: none;
}

button {
  background: none;
  border: none;
  color: white;
}

ul {
  padding: 0;
  margin: 0;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.gold {
  color: gold;
}

.gold>a {
  color: gold;
}

.s-purple {
  color: #CE37DB;
  white-space: pre-wrap;
}

#body {
  background-color: black;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: white;
}

.container {
  width: 65.625rem;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .container {
    width: 90vw;
    max-width: 90vw;
    margin: 0 1rem;
  }
}

.divider>div {
  margin: 3em auto;
  width: 22vw;
  border-top: 1px white solid;
}

.h-hidden {
  display: none;
}

.h-kinda-hidden {
  opacity: 0;
  position: absolute;
  z-index: -1;
  bottom: 1em;
}

