footer{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #051C24;
    color: #fff;
    height: 10%;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    
}

footer p{
    font-size: 1.4em;
    margin-bottom: 0;
}