#sitefooter {
    width: 80vw;
    display: none;
    /* justify-content: center; */
    position: fixed;
    justify-content: space-around;
    align-items: center;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(216, 216, 216);
    text-align: center;
    font-size: 1.5vw;
}
#sitefooter a{
    text-decoration: none;
    color: black;
}
#sitefooter img{
    height: 2em;
}
div.foo {
    height: 5em;
}