.yazi-tr {
        text-align: center;
        font-size: 40px;
        z-index: 1; 
        color: white;
        margin-top: 10px;
        position: fixed;
        /* width: 60px; */
        /* height: 60px; */
        bottom: 55%;
        right: 55%;
        font-family: 'Poppins', sans-serif;
}

.yazi-en {
        text-align: center;
        font-size: 40px;
        z-index: 1; 
        color: white;
        margin-top: 10px;
        position: fixed;
        /* width: 60px; */
        /* height: 60px; */
        bottom: 45%;
        right: 55%;;
        font-family: 'Poppins', sans-serif;
}

@media screen and (max-width: 600px) {
    .yazi-tr, .yazi-en {
        font-size: 20px;
    }
}


.flipbook-bookLayer {
    z-index: 2;
}