#custom-cursor {
    position: fixed;
    pointer-events: none;
    width: 20px;
    height: 20px;
    background-color: black;
    border-radius: 50%;
    display: none;
    z-index: 1000;
}
