@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@300&family=Varela+Round&display=swap');
body{
    background-color: lightgray;
}
*{
    margin: 0;
    padding: 0;
}
nav{
    font-family: 'Varela Round', sans-serif;

}
nav ul{
    display: flex;
    list-style: none;
    height: 60px;
    background-color:  black;
    color: azure;
    align-items: center;
}
nav ul li{
    padding: 0 12px;
}
.brand img{
    width: 40px;
    padding: 0 8px;
}
.brand{
    display: flex;
    align-items: center;
    font-weight: bolder;
    font-size: 1.3rem;
}
.bottom{
    position: sticky;
      height: 130px;
    background-color: black;
    display: flex;
    bottom: 0;
    color: white;
    justify-content:center;
    align-items: center;
    flex-direction: column;
}
.icons{
    margin-top: 14px;
}
.icons i{
    cursor: pointer;
}
.container{
    min-height: 72vh;
    background-color: black;
    color: aliceblue;
    font-family: 'Lexend', sans-serif;
    display: flex;
    margin: 23px auto;
    width: 70%;
    border-radius: 12px;
    padding: 34px;
    background-image: url('image/bg.jpg');
    /* background-image: url(https://pbs.twimg.com/media/DdYT2TGV0AA0p3G?format=jpg&name=4096x4096);  */
    /* background-size:contain; */
}
#myProgressBar{
    width: 80vw; 
    cursor: pointer;
}
.songItem{
height: 50px;
display: flex;
 background-color: aliceblue;
color: black;
/* width: 80%; */
 margin: 12px 0;
 justify-content: space-between;
 align-items: center;
 border-radius: 34px;
}
.songItem img{
   width: 23px;
   margin: 0 23px;
   border-radius: 34px;
}
.timestamp{
margin: 0 23px;
}
.timestamp i{
    cursor: pointer;
}
.songItemcontaner{
    margin-top: 70px;
}
.songinfo{
    position: absolute;
    left: 10vw;
    font-family: 'Lexend', sans-serif;
}
.songinfo img{
    opacity: 0;
    transition: opacity 0.4s ease-in;
}
