body {
  margin: 0;
  overflow: visible;
  font-size: 14px;
  background: black;
}

h1,
h2,
h3,
h4,
h5,
p,
span {
  color: white;
  font-family: "Roboto", sans-serif;
}

.wrapper {
  min-height: 60vh;
  max-width: 100vw;
}

canvas {
  background: black;
  border-radius: 25px;
  max-height: 40vh;
  display: block;
  align-self: center;
  box-shadow: 0px 0px 30px white;
}

button.btn {
  background-color: black;
  border: solid 1px white;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  color: white;
}

#options p {
  margin: 0;
}
