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

h1 {
    font-size: 32px;
}

p {
    font-weight: bold;
    color: darkblue;
}

.text {
    font-style: italic;
}

.zentriert {
    text-align: center;
}

ul {
    list-style-type: square;
}

.box {
    background-color: #f60000;
    border: 2px solid black;
    padding: 10px;
    margin-top: 10px;
    display: inline-block;
}
