html, body {
  margin: 0px;
  padding: 0px;
  background-color: #333;
  color: white;
}
#canvas {
  width: 100%;
  height: 100%;
}
#tools {
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 10px;
  padding: 10px;
  background-color: rgba(0, 0, 0, .5);
  border: 1px solid white;
  border-radius: 10px;
}
.fps {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 9999;
}
