.fluid-cursor-canvas {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 90;
  mix-blend-mode: difference;
}

@media (max-width: 820px) {
  .fluid-cursor-canvas {
    display: none;
  }
}
