.cursor-dot-noise {
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  background-color: #6a7ef0;
}

/* Size gradually decreases */
.cursor-dot-noise:nth-child(1) { width: 17px; height: 17px; }
.cursor-dot-noise:nth-child(2) { width: 16px; height: 16px; }
.cursor-dot-noise:nth-child(3) { width: 14px; height: 14px; }
.cursor-dot-noise:nth-child(4) { width: 12px; height: 12px; }
.cursor-dot-noise:nth-child(5) { width: 11px; height: 11px; }
.cursor-dot-noise:nth-child(6) { width: 10px; height: 10px; }
.cursor-dot-noise:nth-child(7) { width: 9px;  height: 9px;  }
.cursor-dot-noise:nth-child(8) { width: 8px;  height: 8px;  }