@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;1,300;1,400&display=swap');


body{

    background-color:antiquewhite;
}

*{
    margin: 0;
    padding: 0;
}
nav{
    font-family: 'Ubuntu',sans-serif;
}
nav ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    height: 65px;
    background-color: black;
    color: white;
}
.brand img{
    width: 44px;
    padding: 0 8px;
}
.brand{
    display: flex;
    align-items: center;
    font-weight: border ;
    font-size: 1.3rem;
}

.nav ul li{
    padding: 0 12px;
}
.bottom{
    position: sticky;
    height: 130px;
    background-color: black;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    flex-direction: column;
    margin: 12px 0;
    
}
 

 .container{
    min-height: 72vh;
    background-color: black;
    color: white;
display: flex;
margin: 23px auto;
width: 70%;
border-radius: 12px;
padding: 34px;
background-image: url('images/111-1110552_spotify-hd.png' ) ;
background-size: 1100px 700px;
background-repeat: no-repeat;
 }

 #myprogressbar{
    width: 80vw;
    text-align: center;
cursor: pointer;
 }
 .icons{
    margin-top:  14px;
 }
 .icons i{
    cursor: pointer;
 }

 .songitem{
    height: 50px;
    display: flex;
    background-color: white;
    color: rgb(0, 0, 0);
    margin: 12px 0;
    justify-content: space-between;
    align-items: center;
    
    border-radius: 34px;
 }

 .songitem img{
    width: 60px;
    margin: 0 23px ;
border-radius: 34px;
 }

 .timestamp{
    margin: 0 23px;
 }
 
 .timestamp i{
    cursor: pointer;
 }
 .songitemcontainer{
    margin-top: 50px;
 }
 .ankush{
    position: sticky;
    height: 130px;
    background-color: black;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    flex-direction: column;
    margin: 12px 0;
 }
 .songInfo{
    opacity: 0;
    transition: opacity 0.3s ease-in;
     }
     