
canvas {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  max-width: 100vw;
  max-height: 100vh;
  margin: auto;
  position: fixed;
  overflow: hidden;
  object-fit: contain;
}
