body {
    margin: 0;
    overflow: hidden;
}
canvas {
  display: block;
  max-width: 100vw;
  max-height: 100vh;
}
