

.author-box{
    max-width:800px;
    margin:40px auto;
    padding:30px;
    border:4px solid #000;
    text-align:center;
    background:#f7f7f7;
    font-family:Arial, sans-serif;
}

.author-box h2{
    margin:0 0 20px;
    font-size:32px;
    font-weight:700;
    color:#000;
}

.author-img{
    width:120px;
    height:120px;
    border-radius:50%;
    object-fit:cover;
    display:block;
    margin:0 auto 12px;
}

.author-handle{
    display:inline-block;
    color:#ff5c8a;
    text-decoration:none;
    font-size:18px;
    margin-bottom:20px;
}

.author-handle:hover{
    text-decoration:underline;
}

.author-text{
    max-width:700px;
    margin:0 auto;
    font-size:18px;
    line-height:1.8;
    color:#222;
}

.author-text a{
    color:#ff5c8a;
    text-decoration:underline;
}
