body{
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    max-width: 1000px;
    margin: 0 auto;

    .strong{
        font-weight: bold;
    }
    /* TEst  hier sind Rechtschrei-Fehler*/
}