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: -25px;
    padding-bottom: 40px;
}

.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: 50px;
}

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

.soundImage {
    height: 500px;
    width: 1000px;
}

.icon {
    color: #ffffff;
    font-size: 25px;
    font-style: normal;
}

.secondpart {
    margin-top: -30px;
    background-color: #1C293E;
    box-shadow: 0px -10px 20px rgba(69, 230, 210, 0.5); /* Shadow from bottom to top */
}
