
p{
    text-align: justify;
}

div#author-image-container {

    width: 150px;

    height: 150px;

    border-radius: 50%;

    overflow: hidden;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-right: 15px;

    border: 4px solid #49bbd2;

    box-sizing: content-box;

}



div#author-image-container img {max-width: 100%;}



.author-info {

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 100px 0 50px 0;

}



div#author-text-container {

    color: #49bbd2;

}



div#author-text-container p {

    margin: 0;

}



p#author-name {

    font-size: 1.8em;

    font-weight: bold;

}



.published_at {

    margin: 0;

}