body {
    background-color: #f7f1a4;  /* Zartes helles Gelb */
    font-family: Arial, sans-serif;  /* Schriftart für den gesamten Text */
    line-height: 1.6;  /* Verbesserte Lesbarkeit */
    margin: 0;
    padding: 0;
}

h1 {
    color: #2c3e50;  /* Textfarbe */
    text-align: center;  /* Textzentrierung */
}

h2 {
    color: #34495e;  /* Dunklere Farbe für Unterüberschriften */
}

ul {
    list-style-type: square;  /* Quadratische Aufzählungspunkte */
    margin-left: 20px;
}

ol {
    margin-left: 20px;
}

p {
    color: #333;  /* Textfarbe für Absätze */
    margin-bottom: 10px;  /* Abstand nach Absätzen */
}