body {
  /* background-color: lightblue; */

  /* leave it to hide the scrollbars */
  overflow: hidden;
  height: fit-content;
  width: fit-content;
  
}
canvas {
  margin: -0.5rem;
  max-height: 100vh;
    max-width: fit-content;
}