html {
    font-family: Arial, Helvetica, sans-serif;
}

body {
    display: flex;
    justify-content: center;
}

.body {
    width: 800px;
    border: 1px solid black;
}

main {
    padding: 30px;
    padding-bottom: 0px;
}

main .titel h1 {
    color: #009534;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0px;
}

main .titel p {
    color: #818181;
    font-weight: 700;
    margin-top: 10px;
}

main .titel p strong {
    color: #009534;
}

main .intro {
    margin-top: 30px;
    font-size: 15px;
}

main .erwartet h1 {
    color: #009534;
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
}

main .erwartet p {
    color: #009534;
    margin-top: 4px;
    margin-bottom: 0px;
    font-size: 16px;
}

main .tasks h1 {
    color: #009534;
    font-size: 20px;
    margin-top: 40px;
}

main .block h1 {
    color: #009534;
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 0px;
}

main .block ul {
    padding-left: 20px;
    margin-top: 10px;
}

main .block li {
    list-style-type: square;
    margin-top: 4px;
}

main .block li::marker {
    color: red;
}

header .banner, header .header {
    width: 800px;
}

header .logo {
    margin-top: 20px;
    margin-bottom: 50px;
    width: 105px;
}

header {
    position: relative;
}

header .text {
    position: absolute;
    background-color: white;
    width: 350px;
    color: #009534;
    bottom: -10px;
    left: 20px;
    padding: 12px;
    font-size: 20px;
}

header .text p {
    margin: 0px;
}

.block a {
    color: #818181;
    font-weight: 700;
}

footer {
    padding: 30px;
    padding-top: 0px;
}

footer .contact p {
    margin-top: 6px;
    margin-bottom: 0px;
    font-size: 14px;
}

footer .contact p:first-of-type {
    margin-top: 30px;
}

footer .contact p:last-of-type {
    float: right;
    margin-top: -14px;
}

footer .contact p:last-of-type a {
    color: red;
    text-decoration: none;
    font-weight: 700;
}