h1{
    height: 100px; 
    color: #bc6c25; 
    font-size: 60px; 
    text-align: center; 
    margin-top: 100px;
    font-weight: 600;
    font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    padding-bottom: 50px; 
    text-shadow: 10px 10px 10px #aa6f73


}

.button-container{
    height: 70px; 
    justify-content: center;
    align-items: flex-start; 
    text-align: center;
}


button{
    margin: auto; 
    width: 200px;
    height: 40px; 
    font-size: 20px;
    font-weight: 600;
   font-family: "Exo 2", sans-serif;
   font-optical-sizing: auto;
   font-style: normal;
   box-shadow: 10px 10px 10px #aa6f73; 
   background-color: white; 
   border-radius: 8px; 
   
}

#song-info{
    text-align: center;
    color: white; 
    font-weight: 20px; 

}

.song-image img{
    position: relative; 
    object-fit: contain;
    max-width: 300px;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    align-items: flex-start; 
    margin-left: auto;
    margin-right: auto; 
}

/*.song-container{
    height: 600px;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap; 
    text-align: center; 
    margin-top: 30px; 
}*/

#juke{
    text-align: center; 
    padding: 20px; 
}

  

body{
    background-color: #ffe8d6;
    background-image: url("road.webp"); 
}



/*.box{
    background-color: #cb997e; 
    width: 500px; 
    height: 500px; 
    margin: auto; 
    margin-bottom: 30px; 
    box-shadow: 10px 10px 10px #aa6f73; 
 
}*/


h2{
    text-align: center;
}


audio {
    width: 300px; 
    height: 54px; 
}


