.main-content {
    max-width: 800px;
}

.header-image {
    width: 80%;
    max-width: 1000px;
    border-radius: 10px;
    height: auto;
    margin: auto;
    margin-bottom: 1.2em;
}

@media (max-width: 800px) {
    .header-image {
        width: 100%;
    }
}

.main-content h1, h2, h3, p, ul, blockquote {
    width: 100%;
    max-width: 800px;
    margin: auto;
    color: rgb(33, 37, 41);
    margin-bottom: 0.5em;
}

.main-content h1 {
    font-size: 3.2em;
    font-weight: 900;
}

.main-content p, blockquote {
    font-size: 1.1em;
    line-height: 1.75;
    font-weight: 400;
    margin-bottom: 1em;
}

.main-content blockquote {
    border-left-color: rgb(6, 132, 125);
}

.main-content blockquote p {
    margin-bottom: 0;
}

.main-content img {
    float: left;
}

.main-content .key-info {
    border: 4px solid rgb(6, 132, 125);
    padding: 10px;
    font-style: italic;
}

.author-box {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
    color: rgb(102, 102, 102);
}

.author-avatar {
    height: 40px;
    width: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    float: left;
    margin: -3px 15px 0 0;
}

.author-name {
    position: relative;
    font-weight: 700;
}

#author_box {
    background-color: #FAF9F6;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 15px -3px, rgba(0, 0, 0, 0.15) 0px 4px 6px -2px;
    width: 100%;
}

#author_box img {
    height: 100px;
    width: 100px;
    border-radius: 50px;
    float: left;
    margin: 20px;
}

#author_box #author_bio {
    margin: 20px;
}

#author_box #author_bio a {
    font-size: 1.8rem;
    color: rgb(33, 37, 41);
}

#author_box #author_bio a:hover {
    color: rgb(6, 132, 125);
}