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