@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
body{
    background-color:azure;
}



*{
    margin: 0;
    padding: 0;
}
nav{
    font-family: 'Ubuntu', sans-serif;
}
nav ul{
    display:flex;
    align-items: center;
    list-style-type: none;
    height: 64px;
    background-color:black;
    color:white
}
nav ul li{
    padding: 0 14px;
}
.brand img{
    width: 60px;
    padding: 0 8px;
}
.brand {
    display: flex;
    align-items : center;
    font-weight: bolder;
    font-size: 1.5rem;
}
.container{
    min-height: 70vh;
    background-color:black;
    color:white;
    font-family:'Varela Round', sans-serif;
    display: flex;
    margin: 23px auto;
    width: 70%;
    border-radius: 12px;
    padding: 34px;
    background-image: url('bg.png');
    height: 100px;
    width: 1920px 1080px;

    
}

.bottom{
    position: sticky;
    height: 140px;
    background-color:aqua;
    color: white;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
 
   



}
#songsprogrogressbar{
    width: 80vw;
    cursor: pointer;
   
}
.logos{
    width: 100px;
    display:flex;
    padding: 5px;
    
}
.songsItem{
    height: 50px;
    display: flex;
    background-color:white;
    color: black;
    margin: 12px 0;
    justify-content: space-between;
    align-items: center;
    border-radius:34px;

}
.songsItem img{
    width: 43px;
    margin: 0 23px ;
    border-radius: 30px;
}
.timestamp{
    margin: 0 23px;
}
.timestamp i{
    cursor:pointer;
}
.songinfo{
    position: absolute;
    left: 20vw;
    padding: 30px;
    color:black;
    display:flex;
}
.songinfo img{
    opacity: 0;
    transition: opacity 0.5s ease-in;
}