body{
    background-color:rgb(31, 50, 3)
    

}
*{
    margin: 0px;
    padding: 0px;
}

 
 nav ul {
     display :flex;
     align-items: center;
     list-style-type:none;
    height: 59px;
    background-color:white;
    color:black;
    cursor: pointer;
    border-radius: 12px;
    

     
 }
 .brand img{
    width: 70px;
    margin-left: 10px;
    font-weight: bolder;
    padding: 0px 2px;
    border-radius: 40px;
    height: 4rem;
    

 }
   .container{
     min-height: 78vh;
     background-color: black;
     color: white;
     display: flex;
     margin: 8px auto;
     width: 80%;
     border-radius: 20px;
     background-image: url(robo.jpg);
     background-repeat: no-repeat;
     background-size: contain;
   }


  nav ul li{
     padding:  80px;
     
    
  }
 
  .brand{
    display: flex;
    align-items: center;
    font-weight: bolder;
    font-size: 2rem;
    color: black;
    margin-left: -60px;
  }
  
  .bottom{
    position: sticky;
    height: 80px;
    background-color:white;
     color:blue;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    

  }
  .icons{
    margin-top: 10px;
  }
  .icons i{
     cursor: pointer;
  }

  #myprograssbar{
    width: 80vw;
     cursor: pointer;
  }
    .songlist{
      
       display: flex;
       margin-left: 90vh;
       
    }
      
   .songitem img{
    margin-top: 65vh;
      margin-left: -40vh;
    height: 4rem;
    border-radius: 40px;
    
    
  
 }
   .songlist  li{
    margin-top: 10vh;
    margin-right: 10px;
    display: flex;
    display: flexbox;
    background-color: aquamarine;
    text-emphasis: centre;
    color: blue;
    

   }
    .mygif{
       position: absolute;
       left: 155px;
       margin-top: 25px;
       cursor: pointer;
       
    } 
  .mygif img{
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
    
   
  
  
  
      

 