body{
    background-color:rgb(210, 247, 210);
  
}
nav {
    font-size: medium;
    font-style: normal;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgb(245, 244, 241);
    font-weight: bolder;
    
}
a{
    background: black;
    text-decoration: none;
    padding: 20px;
    color: white;
    margin: 10px 10px;
    text-align: center;
    font-size: 1.5em;
}
h3{
    color: white;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
a:hover{
    text-decoration:none;
    background-color: rgb(30, 230, 30);
    color:black;
}
nav ul{
    position: static;
    display: flex;
    align-items: center;
    list-style-type: none;
    height: 75px;
    background-color: black;
    padding: 0 10px;
    padding-bottom: 12px;
    
  
}
nav ul li{
    padding: 0 20px;
}
.brand{
    width: 200px;
    
}
.brand img{
    width: 50px;
  
}
.brand {
    display: flex;
    align-items: center;
    font-weight: bolder;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1rem;

}
.container{
    min-height: 72vh;
    background-color: black;
    color: white;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: flex;
    margin: 50px auto;
    width: 80%;
    border-radius: 12px;
    padding: 34px;
    background-image: url('skull.jpg');
    background-size:80vw;
    
}

h2{
    color: white;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.bottom{
    position: static;
    height: 75px;
    background-color: black;
    color: white;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-bottom: 20px;
 
}
.icons{
    color: white;
    display: flex;
    margin: 14px;
    justify-content: center;
}
.icons i{
    cursor: pointer;
    
}
#myprogressBar{
    width: 90vw;
    text-align: center;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    cursor: pointer;
    
}

.songItem{
    height: 40px;
    display: flex;
    background-color: white;
    width: 120%;
    width: 40hw;
    color: black;
    margin: 12px 0 ;
    justify-content: space-between;
    border-radius: 35px;


}
.songItem i{
    padding-bottom: 20px;
}
.songItem img{
    width: 80px;
    margin: 0 23px;
    
    
}
.timestamp{
    margin: 0 23px;
    padding-top: 1rem;
    cursor: pointer;
}
