* {
  margin: 0;
  padding: 0;
  font-family: "Pacifico", serif;
  font-size: 1.15rem;
}

body {
  background: url("/bg.png") repeat;
  background-size: 100px;
}

#audio-overlay {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

button {
  padding: 4px 8px;
  cursor: pointer;
}

.jumpscare {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: fill;
}

#content {
  padding: 8px;
  margin: 0 auto;
  margin-top: 8px;
  max-width: 80ch;
}
