:root {
  --accent-dynamic: #00ffff;
}

.scene-container {
  position: fixed;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  z-index: 0;
  transform-style: preserve-3d;
  pointer-events: none;
}

canvas {
  display: block;
  width: 100%;
  height: 100%;
}