footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #000000;
    /* match your background */
    border-top: 1px white solid;
    display: flex;
    justify-content: space-evenly;
}
