html, body {
  height: 100%;
}

canvas {
  background: #000;
  display: block;
  height: 100%;
  width: 100%;
}