
.progress {
    background: rgb(130, 199, 255) !important;

}
.smaller-text {
    font-size: 0.6rem !important;
}

.spark-trait {
    background-color: rgba(54, 139, 218, 0.226);
}
.oc-img-div {

    background-image: url("images_ss/emma-francis-vpHCfunwDrQ-unsplash.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 50% bottom 45%;
}



@media (min-width: 1800px) /* Desktop */ 
{
.img-songs-gallery{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(240, 248, 255, 0.37);
    border-bottom: 1px solid rgba(240, 248, 255, 0.37);
    padding-bottom: 0rem;
    gap: 4rem;

    
    background-image: url("images_ss/emma-francis-vpHCfunwDrQ-unsplash.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 50% bottom 65%;
}
.oc-img-div {

    background-image: none
 
}

.smaller-text {
    font-size: 0.7rem !important;
}
}