body {
    max-width: 680px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: Georgia, serif;
    line-height: 1.6;
    color: #111;
    background: #f8f5ef;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header a {
    text-decoration: none;
    font-size: 2rem;
    color: inherit;
}

h1 {
    font-size: 2.2rem;
    margin-bottom: 0.25rem;
}

a {
    color: inherit;
}

.crow {
    padding: 1.5rem 0;
    border-top: 1px solid #ddd4c5;
}

.crow-content {
    font-size: 1.25rem;
}

small {
    color: #6f675c;
}

textarea {
    width: 100%;
    box-sizing: border-box;
    font: inherit;
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 1rem;
    border: 1px solid #cfc5b8;
    background: #fffdf8;
}

.form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.75rem;
}

button {
    font: inherit;
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.error {
    color: #9b1c1c;
    font-weight: bold;
}

.permalink {
    margin-left: 0.35rem;
    color: inherit;
    text-decoration: none;
}

.permalink:hover {
    text-decoration: underline;
}

.individual-crow-header {
    display: block;
    margin-bottom: 3rem;
}

.individual-crow-header a {
    font-size: 1rem;
    text-decoration: none;
}

.crowed-on {
    margin-bottom: 2rem;
    font-size: 1.25rem;
    font-weight: normal;
    color: #6f675c;
}

.individual-crow {
    border-top: 0;
    padding-top: 0;
}

.crow-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid #d8cfc2;
}

.crow-navigation a {
    text-decoration: none;
    color: inherit;
}

.crow-navigation a:hover {
    text-decoration: underline;
}

.nav-left,
.nav-right {
    width: 45%;
}

.nav-right {
    text-align: right;
}

.publication {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.75rem;
    color: #8a8177;
    margin-bottom: 2rem;
}

footer {
    margin-top: 4rem;
    padding-top: 2rem;

    border-top: 1px solid #ddd;

    text-align: center;

    font-size: .85rem;

    color: #777;
}

footer p {
    margin: .3rem 0;
}