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);
    border-radius: 1.2rem !important;
}
.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;
}
.imgrgt {
    text-align: right !important;
    align-items: center !important;
    align-content: center !important;
}
@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);
    }
    .arka {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .txtr {
      
        font-size: 1.3rem;
       
    }
}
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;
}
