#titel {
    color: darkblue;
    text-align: center;
}

p {
    font-size: 16px;
    color: black;
}
.text {
    font-size: 24px;
    color: darkblue;
    font-style: italic;
}
#wichtig {
    font-size: 34px;
    color: red;
    font-weight: bold;
    font-style: normal;
}
