.playlist-class{
    display: flex; 
    flex-direction: column; 
    align-items: center;
    padding-top: 10vh;
    padding-bottom: 25px;
}
.spotify-class{
    width: 80%;
    border-radius: 12px;
}
body{
    overflow-x: hidden;
}

@media screen and (max-width: 678px) {
    .spotify-class{
        width: 100%;
    }
}
:root {
    color-scheme: light only;
}