:root {
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

#three-background {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

#three-background canvas {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
