* {
    cursor: none;
}

#cursor {
  z-index: 9999;
  width: 20px;
  height: 20px;
  border: 2px solid var(--cursor-color);
  border-radius: 50%;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
