#cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 96px;
  height: 96px;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  transition: width 0.2s ease, height 0.2s ease, opacity 0.3s ease;
}

body {
  cursor: none !important;
}

* {
  cursor: none !important;
}
