body {
  margin: 0;
}

canvas {
  background-color: #222;
  width: 100vw;
  height: 100vh;
  display: block;
}