body section {
  opacity: 1 !important;
  transform: none;
  transition: none;
}

.home-button {
  position: fixed;
  top: var(--unit);
  right: calc(var(--unit) * 9.2);
  cursor: pointer;
  z-index: 50;
  font-family: var(--font-mono);
  font-size: calc(var(--unit) * 0.9);
  text-transform: uppercase;
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 16px #fff, 0 0 25px #fff, 0 0 16px #fff;
}

@media screen and (max-width: 45rem) {
  .home-button {
    right: calc(var(--unit) * 1);
  }
}

/*# sourceMappingURL=default.css.map */
