/* .color{
    background-image: unset !important;
}

.playlist-queue{
    background-image: unset !important;
    background-color: rgb(15, 15, 15);

}
.topbar{
    border-bottom: 1px solid gray;
    width: 100%;
    justify-content: center;
    display: flex;
    position: fixed;
    background-color: rgb(15, 15, 15);
}
.topbar p{
    color: beige;
} 
*/