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