body {
  background-color: black;
}

h1 {
  color: white;
  font-family: "Rubik Mono One", monospace;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

p {
  color: white;
}
canvas {
  display: none;
}

button {
  background-color: white;
  width: 30vw;
  height: 30vw;
  border-radius: 50%;
  border: none;
  outline: 5px solid white;
  outline-offset: 2px;
  position: fixed;
  top: calc(100vh - (30vw + 20px));
  left: calc(50% - (15vw + 3px));
}

button[recording] {
  background-color: red;
}
