.cursor {
  z-index: 999;
  position: absolute;
  width: 30px;
  height: 30px;
  background: transparent;
  border: 2px solid rgba(39, 174, 96, 1);
  border-radius: 50%;
  pointer-events: none;
  box-shadow: 0 0 20px rgba(39, 174, 96, 0.5), 0 0 60px rgba(39, 174, 96, 0.3),
    0 0 100px rgba(39, 174, 96, 0.1);
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
