.flex{
    display: flex;
}

.bg-grey{
    background-color: rgb(29, 27, 27);
}

.invert{
    filter: invert(1);
}

.font{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
}

.imgsize{
    width: 110px;
    position: absolute;
    bottom: 0px;
    right: -15px;
    transform: rotate(20deg);
}

.imgsize2{
    width: 200px;
    border-radius: 16px;
}

/* Style for Webkit browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
    width: 8px;       
}

::-webkit-scrollbar-track {
    background: #2e2e2e;  
    border-radius: 10px;  
}

::-webkit-scrollbar-thumb {
    background-color: #4caf50; 
    border-radius: 10px;       
    border: 2px solid #2e2e2e; 
}


body {
    overflow-y: scroll; 
}


.prev{
    color: grey;
    font-weight: 1000;
    font-size: 16px;
    cursor: pointer;
}
.playb{
    background-color: black;
    padding: 6px 10px 6px 10px;
    /* padding: 10px; */
    border-radius: 100%;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -3px;
}
.next{
    color: grey;
    font-weight: 1000;
    font-size: 16px;
    cursor: pointer;
}

.flex1{
    display: flex;
    gap: 16px;
}

.hide{
    display: none;
}

.gradiant{
    background: linear-gradient(to bottom right, green, rgb(255, 255, 255));
    background-clip: padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.musiclogo{
    color: palevioletred;
}