.authors-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.author-image-cover img{
    border-radius: 50%;
    width: 200px;
    height: 200px;
    box-shadow: 0px -2px 10px 2px rgba(80, 80, 80, 0.682);
}
.author-details{
    width: 500px;
    text-align: left;
    font-family: sans-serif;
}
.name{
    font-size: 1.8em;
    font-weight: bold;
    color: #183c65;
}
.birth-date{
    font-style: italic;
    color: #777777;
}
.container{
    width: 700px;
    box-shadow: 0 0 25px 0 rgba(96, 96, 96, 0.205);
    border-radius: 20px;
    padding: 0 40px;
    margin-top: 50px;
    margin-right: 60px;
}
.heading{
    font-size: 2em;
    font-weight: bold;
    color: #183c65;
}
.author-books-list{
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: center;
    padding:40px;
    margin-left: 30px;
    margin-right: 30px;
}

.other-pop-authors{
    width: 400px;
}
.other-pop-authors img{
    width: 80px;
    height: 80px;
}
.other-pop-authors .author-info{
    display: flex;
    align-items: center;
    gap: 20px;
    margin:10px;
}
.other-pop-authors a{
    text-decoration: none;
    color: #000000;
}
.pname{
    font-size: 1.1em;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.sorryp{
    font-size: 1.6em;
    color: #777777;
    margin-top: 0;
}