 .container {
     padding: 30px 0;
     margin: 0 auto;
 }
 
 .img-thumbnail {
     width: 400px;
 }
 
 h1 {
     font-size: 50px;
     text-align: center;
 }
h4,
 h2 {
     text-align: center;
 }
 
 #impressium {
     text-align: center;
     border: rgba(128, 179, 78, 0.945) 1px solid;
 }
 
 #beschreibung {
     font-size: 30px;
     width: 80%;
 }
 
 #sign {
     width: 80%;
     font-family: 'Italianno', cursive;
     font-size: 55px;
     text-align: end;
 }
 
 #myfoto {
     width: 300px;
     border-radius: 50%;
 }
 
 #myperson {
     text-align: center;
 }
 
 footer {
     height: auto;
     background-color: rgba(128, 179, 78, 0.945);
 }
 
 #impressium {
     margin-top: 30px;
 }
#job {

}
 
 @media screen and (max-width: 1000px) {
     #beschreibung {
         padding: 0;
         font-size: 30px;
     }
    footer {
     height: auto;
    
 }
 }