:root{
    --quarry-color: rgb(217,1,44);
}

.bg-card{
    background: #1c273c;
}

.text-quarry{
    color: var(--quarry-color);
}
.table{
    width: 100%;
    height: 100vh;
    height: auto;
    overflow-y:scroll;
}
.table::-webkit-scrollbar{
    display: none;
}
.h-playlist{
    height: 350px;
}