body {
  background: var(--black);
  color: var(--white);
}
canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  z-index: -1;
  pointer-events: none;
}
#logo {
  text-align: center;
  flex-direction: column;
}
#logo img {
  height: 120px;
}
#intro a {
  color: var(--medium-blue)
}
@media screen and (max-width: 700px) {
  .nav_button {
    width: 100% !important;
  }
}
