body {
  background: #000;
  width: 90%;
  height: 100%;
}

canvas {
  background: #000;
  display: block;
  margin: 0 auto;
  height: 100%;
}
