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

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

.items {
    color: white;
    font-size: 50px;
    font-family: 'Cairo', 'sans-serif';
}


.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;
}


.music{
    color: white;
    font-size: 40px;
}
.date{
    color: #45E6D2;
    font-size: 20px;
}

.auto{
    color: white;
    border: 1px solid;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
    border-radius: 12px;
}


.news-marquee-container {
    width: 100%;
    background-color: #2d3b4c;
    padding: 10px 0;
}

.news-link {
    text-decoration: none;
    color: white;
    display: block;
}

.news-img {
    width: 80%;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.news-time {
    color: #45E6D2;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.news-text {
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

    .news-text:hover {
        text-decoration: underline;
    }

.row {
    align-items: center;
}
