#customCursor {
    width: 110px; /* Adjust size if needed */
    height: 110px; /* Adjust size if needed */
    border-radius: 50%;
    background-image: url('kursori.png');
    background-size: contain;
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none; 
    display: none;
    z-index: 9999;
}

