h2 {
    color: red;
}

.besondererHintergrund {
    background-color: yellowgreen;
}

#ersterAbschnitt, {
    font-family: 'Courier New', Courier, monospace;
}

.hervorgehobeneBox {
    background-color: yellow;
    width: 60%;
    border: 20px solid blue;
    padding: 10px;
    margin: 25px;
}   