html, body {
  margin: 0;
  padding: 0;
  max-height: 100vh;
  max-width: 100vw;
}
canvas {
  display: block;
}
