/* Author styles */
.author__name {
    margin-bottom: 0;
}
.author__title {
    font-size: 2em;
    font-style: italic;
}
.author__articles {
    font-size: 1.5em;
    border-bottom: 1px solid #333;
    padding-bottom: .5em;
}
.article__item {
    list-style: none;
    padding-bottom: .5em;
}
.author__image {
    display: block;
    width: 240px;
    height: 240px;
    overflow: hidden;
    border-radius: 100%;
    margin-top: 3em;
}