.splash-cursor {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
}

.splash-cursor canvas {
  width: 100%;
  height: 100%;
  display: block;
}
