/*
the css of the footerbox
*/
.footerbox
{
    margin-top:auto;
    width:100%;
    line-height: 4rem;
    background-color: #052f4a;
    text-align: justify;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    font-weight: bold;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    justify-content: center;
    align-items: center;
    height:4rem;
    color:beige;
    border-radius: 1rem 1rem 0px 0px;
}