html,
body {
  margin: 0;
  min-height: 100vh;
  overflow: hidden;
}

canvas {
  width: 100%;
  height: auto;
  object-fit: contain;
}
