:root {
  box-sizing: border-box;
  color-scheme: only light;
}

canvas {
  position: relative;
  isolation: isolate;
  height: 100vh;
  width: 100vh;
  margin: 0;
  box-sizing: border-box;
  object-fit: contain;
  aspect-ratio: 1;
  /* overflow: hidden; */
}
