img {
    display: block;        /* Bild als Blockelement */
    margin: 30px auto 80px auto;  /* 30px oben, automatisch links und rechts, 80px unten */
    max-width: 100%;      /* Bild responsiv machen */
    height: auto;         /* Höhe automatisch anpassen */
    
}
