div[info="footer"] {
    height: 50px;
    background-color: #22577A;
    display: flex;
    align-items: center; 
    gap: 30px;
    justify-content: center;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #ffffff;
}

div[info="footer"] > a:visited, div[info="footer"] > a:link { 
    text-decoration: none;
    color:#ffffff;
}


