.cursor {
  position: fixed;
  bottom: -100px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #00FFFF;
  opacity: 0.2;
  pointer-events: none;
  z-index: -1;
  transition: transform 0.25s ease;
}/*# sourceMappingURL=custom-cursor.css.map */