main {
    max-width: 640px;
    padding: 2rem;
    margin: 0 auto;

    h1 {
        font-size: 1rem;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        color: #9c8e82;
        margin-bottom: 2rem;
    }

    section p {
        color: #5c4f3d;
        line-height: 1.8;
        margin-bottom: 1rem;
    }
}