body {
  margin: 0;
  padding: 0;
  background: #292626;
}

canvas {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#controllers {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  text-align: center;
  padding: 10px;
  width: 100%;
}

.button {
  border: none;
  outline: none;
  color: black;
  border-radius: 15px;
  cursor: pointer;   
  margin: 5px;
  padding: 8px 20px;
  font-family: sans-serif;
}

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