/* Yadde Forest Calm */
body {
    background-color: #1A1F1C;  /* dunkles entspanntes grünliches Grau */
    color: #D4D9D7;             /* sanftes hellgrau mit grüner Nuance */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 20px;
}

h1, h2, h3 {
    color: #E9F1ED; /* sehr helles grünliches Weiß */
}

a {
    color: #8CCFA7; /* weiches, warmes Salbeigrün */
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.container {
    max-width: 800px;
    margin: auto;
    padding: 20px;
}

hr {
    border: 0;
    border-top: 1px solid #2A3130; /* dunkelgrüne Linie */
    margin: 20px 0;
}
