footer
{
    background-color: #000000;
    color: #e2e2e2;
    position: absolute;
    bottom: 0;
    width: 100vw;
    height: 7vh;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}