:root {
  --cursor-follower--bg-color: #f295a0;
}

.cursor-follower {
  position: fixed;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: var(--cursor-follower--bg-color, #f295a0);
  opacity: 0;
  z-index: 10000;
  user-select: none;
  pointer-events: none;
}

html {
  scroll-behavior: smooth;
}