body {
  background-color: black;
  color: white;
  font-family: monospace;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  flex-direction: column;
}

.container {
  text-align: center;
}

.logo {
  max-width: 80%;
  height: auto;
}

.start {
  margin-top: 20px;
  font-size: 0.8rem;
  letter-spacing: 2px;
}

audio {
  margin-top: 30px;
  filter: grayscale(100%) contrast(130%);
}
