.author_footer
{
    position: fixed;
    height: 1em;
    width: 100%;

    bottom: 0;
    left: 0;

    margin: 0;

    text-align: center;
    backdrop-filter: blur(10px);

    padding-bottom: 10px;
}

body
{
    padding-bottom: 40px;
}