header{
    height:auto !important;
    min-height:auto !important;
}
.authors_page{
    display:flex;
    width:70%;
    margin:0 auto;
    align-items:center;
    justify-content:space-around;
    min-height:80.7vh;
}
.author{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:35%;
    max-height:330px;
}
.author h3{
    text-align:center;
}
.author a figure{
    text-align:center;
    margin:0 auto;
}