#cursor-circle {
    position: absolute;
    width: 7.5px;
    height: 7.5px;
    border-radius: 50%;
    background-color: rgb(126, 126, 126);
    display: none;
    transition: top 0.05s ease, left 0.05s ease, right 0.05s ease, bottom 0.05s ease;
}
