/* 1. Allgemeine Einstellungen */

     h1, h2, h3, h4, h5, h6,
     p, ul, ol, blockquote {
     margin-top: 0;
}

/* 2. Grundlegende Schrift- und Textgestaltung */
body {
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, 
        arial, helvetica, sans-serif; background-color: #8FBC8F; margin-top: 30px;
        font-size: 1rem;
 }
h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; font-variant: small-caps; }

/* 3. Elementsektoren und nützliche Klassen */

img, video {
    max-width: 100%; 
    height: auto;
    border: 0;
}
figure {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}
address {
    font-style: normal
}
.visually-hidden {
    position: absolute; ...
}
 