.circle{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    max-block-size: screen;
  
}