.footer { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    padding: 1rem; 
    height: 1rem; 
    font-family: glacial; 
    font-size: 1rem; 
    background: #EFF5F6;
    position:fixed;
    bottom:0px;
    width:100%;
}
.footer > * { display: flex; align-items: center; }
.footer > * > * { margin-right: 1.25rem; }
.footer > * > *:last-child { margin-right: 0; }
