html, body {
  margin: 0px;
  padding: 0px;
  background-color: #333;
  color: white;
}
#canvas {
  width: 100%;
  height: 100%;
}
