* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

body {
    background: #fff9f0;
    color: #3e2723;
    font: 1.15rem 'Garamond', serif;
    max-width: 700px;
    margin: 0 auto;
    padding: 2.5rem 2rem;
    line-height: 1.6;
}

h1 {
    margin-bottom: 1rem;
}

header {
    text-align: center;
    margin-bottom: 1rem;
}

p {
    text-align: center;
    margin-bottom: 3rem;
}

@media (prefers-color-scheme: dark) {
    body {
        background: #1a0f0a;
        color: #e8d5c4;
    }
}
