body,
button {
  font-family: "Cherry Bomb One", system-ui;
  font-weight: 400;
  font-style: normal;
}
body canvas,
button canvas {
  position: absolute;
  top: 0;
  left: 0;
}
body nav,
button nav {
  display: flex;
  position: absolute;
  justify-content: space-between;
  z-index: 10;
  width: 100%;
  pointer-events: none;
}
body nav h1,
button nav h1 {
  padding: 0.75rem;
  line-height: 0.85;
  font-size: 2.25rem;
  color: #3c390f;
}
body nav h5,
button nav h5 {
  padding: 0.75rem;
  color: #3c390f;
  opacity: 0.75;
  pointer-events: auto;
}
body nav h5 a img,
button nav h5 a img {
  width: 1.5rem;
}
body section,
button section {
  display: flex;
  position: absolute;
  justify-content: center;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  pointer-events: none;
}
body section .panel,
button section .panel {
  display: flex;
  gap: 1.5rem;
}
body section p,
button section p {
  margin-bottom: -0.5rem;
  text-align: center;
  color: #3c390f;
  opacity: 0.5;
}
body section button,
button section button {
  padding: 0.5rem;
  margin-bottom: 2rem;
  background: none;
  border: none;
  line-height: 1;
  font-size: 4rem;
  color: #3c390f;
  cursor: pointer;
  opacity: 0.75;
  transition: 250ms;
  pointer-events: auto;
}
body section button:hover,
button section button:hover {
  opacity: 1;
}
body section button:active,
button section button:active {
  transform: scale(0.75);
}

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