html, body {
    overflow-x: hidden !important;
}
body {
    background-image: url(../img/menu.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
}

.arka {
    background-color: rgba(138, 17, 29,0.9);
}
.txtlf {
    text-align: right !important;
    font-family: 'League Spartan', sans-serif;
    color: #fff !important;
    font-size: 2rem;
    font-weight: 800 !important;
    justify-content:center !important;
    margin-left:15%;
}
.txtr {
    font-family: 'League Spartan', sans-serif;
    text-align: left !important;
    color: #fff !important;
    font-size: 2rem;
    font-weight: 800 !important;
    align-items: center !important;
    align-content: center !important;
    justify-content: center !important;
    margin-right: 15%;
}

.imgrgt {
    text-align: right !important;
    align-items: center !important;
    align-content: center !important;
}
.title {
    text-align: center !important;
    font-family: 'League Spartan', sans-serif;
    color: #8a111d !important;
    font-size: 3rem;
    font-weight: 800 !important;
    justify-content: center !important;
    background-color:white !important;
    padding:1%;
}
@media screen and (max-width: 600px) {
    body {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-attachment: fixed;
        background-image: url(../img/mobile-menu.png);
        overflow-x: hidden !important;
    }

   

    .txtr {
        font-size: 1.6rem;
    }
    .txtlf {
        font-size: 1.6rem;
        margin-left: 15%;
    }
}

body, a, button {
    cursor: none !important;
}

#custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: url('../img/cursor.png') no-repeat center center;
    background-size: contain;
    pointer-events: none;
    z-index: 9999;
    transition: transform 0.1s ease, background-image 0.3s ease;
}
