body {
    background-color: #DDF9CC;
    font-family: Arial, sans-serif;
}

h1 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

h2 {
    text-align: center;
    font-style: italic;
    text-decoration: underline;
    margin-top: 20px;
    margin-bottom: 20px;
}

p {
    text-align: center;
    line-height: 1.5;
}

.zentriert {
    display: block;
    margin-left: auto;
    margin-right: auto;
}