.author-box {
    display: flex;
    align-items: center;
    background-color: #f4f4f4;
    padding: 20px;
    border: 1px solid #ddd;
    margin-top: 20px;
}
.author-box .author-image {
    margin-right: 20px;
    
}
.author-box .author-image img {
    width:100px;
    height:100px;
}
.author-box .author-info h4 {
    margin: 0;
    color: #0073aa;
}
.author-box .author-info p {
    margin: 5px 0;
}
.author-box .author-info a {
    color: #0073aa;
    text-decoration: underline;
}
