h3 {
    font-size: 20px;
    margin: 1px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    color:rgb(19, 1, 1);
    color: white;
    color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
    
    
}


audio { 
    
    max-width: 200px;
    height: 40px;
    padding: 10px;
    border: 20px;
    margin: 0px;
    color: rgb(223, 228, 232);
    background-color:transparent;
    border-color: none;
    border-radius: 40px;
    display: flex;
    justify-content: center;
   
    
  
}

header {
    display: flex;
    justify-content: center;
   
    color: wh;
    font-size: 45px;
    padding: 0px;  
    margin-top: 0px;
    margin-bottom: 15px;
  
    background-color: none;
    border-radius: 90px;
    border-color: black;
    border-width: 10px;   

}

#überschrift-container {
  
    background-color: rgb(205, 255, 207);
    padding: 20px;
    margin-top: 5px;
    margin: 2px;
    border-radius: 30px;
    background-image: url(bild\ 6.jpg) ;
    background-size: cover;
  
     }



.player_container {   
   min-width: vw;
  
    padding:2px;

   
    background-color: none;
    background-image: url() ;
    border-radius: 20px;
    margin: px ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    }






    @media(max-width: 600px) {
        header{
            font-size: 35px;   

        }
        #überschrift-container {
           
            width: fit-content;
            height: 600px;
            min-width: 50vw;
            max-width: 70vw;
            background-size: cover;
          
            
        }
        
    }




body {
    margin-trim: block-end;
    
}



