.entry-content {
    max-width: 120rem;
    margin: 0 auto;
    font-family: unset;
}

body .post-meta,
blockquote {
    color: unset;
}

main#site-content .container {
    background-color: #fff;
    padding: 2rem 3em 3em;
    border-radius: 8px;
    margin-top: 4rem;
}

main#site-content header {
    padding: 3em;
}

body .author-bio {
    max-width: unset;
    margin: unset;
}

body blockquote {
    background-color: unset;
}
