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

p, h1, h2, h3, h4, h5, h6, h7 {
    font-family: 'Cairo', 'sans-serif';
}
.price {
    color: white;
}

.videoBody {
    padding-top: 90px;
    background: linear-gradient(to bottom, #1C293E, #35383D, #1C293E);
    min-height: 100vh;
    margin: 0;
}

.videobtn {
    background-color: #45E6D2;
    color: white;
    text-decoration: none;
    font-size: 30px;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cardsTitle{
    color: white;
    font-size: 60px;
    margin-top: 100px;
}

.albumname {
    color: white;
    font-size: 60px;
}

.artistName {
    color: white;
    font-size: 40px;
    margin-right: -90px;
}

.VideoCards{
    margin-bottom: 400px;
}

.video-container {
    height: 500px;
    width: 100%;  
    overflow: hidden; 
}

.video-container video {
    width: 100%;   
    height: 100%; 
    object-fit: cover; 
}
