.article-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    max-width: 720px;
    margin: 0 auto;
}
.article-category {
    margin-top: 24px;
    color: var(--Main-Color);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.14px;
}
.headline {
    flex-direction: column;
    color: var(--Text-Color);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    align-items: center;
    line-height: normal;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    min-height: 32px;
    width: 95%;
    max-width: 720px;
}
.article-content {
    flex-direction: column;
    color: var(--Text-Color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.18px;
    max-width: 600px;
    margin: 0 auto;
    width: 90%;
}
div.article-footer#article-footer {
    display: flex;
    flex-direction: row;
    justify-content: left;
    margin: 50px 0;
    align-items: center;
}
div.author-box {
    flex-direction: column;
    justify-content: left;
    margin-left: 20px;
    align-items: start;
}
div#color-line {
    display: block;
    width: 41px;
    min-height: 3px;
    background: var(--Main-Color);
}
.main-image {
    text-align: center;
}
.main-image > img {
    width: 95%;
    margin: 10px auto;
}
.image-box > img {
    width: 75px;
    height: 75px;
}
