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

/* Überschrift */
h1 {
    text-align: center;
    color: #00f111;
}

/* Textformatierung */
.text {
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

/* Hintergrund & Rahmen */
.box {
    background-color: white;
    border: 2px solid #ff0000;
    padding: 10px;
    margin: 20px;
}

/* Listenformatierung */
.liste {
    list-style-type: square;
}

/* Display-Eigenschaft */
.inline-test {
    display: inline;
    background-color: lightblue;
    padding: 5px;
}
