  .dot {
      position: fixed;
      width: 10px;
      height: 10px;
      background-color: #edc701;
      border-radius: 50%;
      pointer-events: none;
      transform: translate(-50%, -50%);
      z-index: 9999;
    }