body {
    margin: 0 auto;
    max-width: 760px;
    padding: 24px 20px 40px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    line-height: 1.6;
    color: #2a2430;
    background: #faf7f1;
}

.back {
    display: inline-block;
    margin-bottom: 24px;
    font-size: 0.95em;
}

h1, h2 { color: #1f1a2b; line-height: 1.25; }

h1 {
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #e6dfd3;
}

h2 { margin-top: 1.8em; }

a { color: #a8432f; text-decoration: none; }
a:hover, a:focus-visible { text-decoration: underline; }

strong { color: #1f1a2b; }

ul { padding-left: 20px; }
li { margin-bottom: 10px; }

.footer {
    margin-top: 2.5em;
    padding-top: 1em;
    border-top: 1px solid #e6dfd3;
    font-size: 0.9em;
    color: #6b6474;
}
