html, body {
  margin: 0;
  padding: 0;
}
canvas {
  display: block;
  /* 1080 / 1920 = .5625; this is the aspect ratio */
  height: 100vh !important;
  width: 56.25vh !important;
}

