html, body {
  margin: 0px;
  padding: 0px;
  background-color: #333;
  color: white;
}
#canvas {
  width: 100%;
  height: 100%;
}
#controls {
  position: absolute;
  left: 10px;
  top: 10px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  background-color: rgba(0, 0, 0, .2);
  border-radius: 10px;
}
.fps {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 9999;
}
