body {
    font-family: "Poppins", Arial, sans-serif;
    line-height: 1.8;
    padding: 40px 20px;
    max-width: 900px;
    margin: auto;
    color: #2b2b2b;
    background: #f7f5f2;
}

h1 {
    color: #6b3e1e;
    font-size: 2.4rem;
    margin-bottom: 10px;
}

h2 {
    color: #3b2413;
    margin-top: 30px;
    font-size: 1.5rem;
}

p, li {
    font-size: 1rem;
}

ul {
    margin-left: 20px;
}

footer {
    margin-top: 40px;
    text-align: center;
    font-size: 0.9rem;
    color: #555;
}

footer a {
    color: #6b3e1e;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}
