body {
    font-family: 'Cairo', 'sans-serif';
}

p, h1, h2, h3, h4, h5, h6, h7 {
    font-family: 'Cairo', 'sans-serif';
}
.cartBody {
    padding-top: 70px;
/*    padding-bottom: 70px;
*/
    background: linear-gradient(to bottom, #1C293E, #35383D, #1C293E);
    min-height: 100vh;
    margin: -50px;
}

.items {
    color: white;
    font-size: 50px;
}
.item2{
    color: white;
    font-size: 30px;
}

.card {
    box-sizing: border-box;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
    border-radius: 12px;
    border: 1px solid white;
}


.world {
    color: white;
    font-size: 32px;
}

.artistname {
    color: white;
    font-size: 20px;
}

.card3 {
    box-sizing: border-box;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
    border-radius: 12px;
    border: 1px solid white;
    width: 40%;
    margin-right: 90px;
}

.empty {

    box-sizing: border-box;

    width: 193px;
    height: 168.02px;
    left: 1121px;
    top: 1337px;

    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
    border-radius: 12px;

}

.input {

    height: 50px;
    left: 844px;
    top: 1752px;

    background: #293141;
    border-radius: 12px;

}