body {
    margin: 0;
    padding: 0;

    background: #f7f2e8;
    color: #2d2a26;

    font-family: Georgia, "Times New Roman", serif;
}

main {
    max-width: 800px;

    margin: 100px auto;

    padding: 0 40px;

    text-align: center;
}

h1 {
    font-size: 3.5rem;
    font-weight: normal;

    letter-spacing: 0.08em;

    margin-bottom: 1rem;
}

.tagline {
    font-size: 1.25rem;

    color: #6b6458;

    margin-bottom: 5rem;

    font-style: italic;
}

.expedition {
    border-top: 1px solid #b8ab93;

    padding-top: 3rem;
}

h2 {
    font-size: 1rem;

    letter-spacing: 0.15em;

    text-transform: uppercase;

    color: #8c7d63;
}

h3 {
    font-size: 2rem;

    font-weight: normal;

    margin-top: 2rem;
}
a {
    color: #4b3f32;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
}

a:hover {
    border-bottom-color: #4b3f32;
}
a:visited {
    color: #4b3f32;
}