
div#footer-padding {

    height: 120px;
    position: relative;
    

}

footer {

    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 100vw;
}

footer > div#footer-content {

    display: flex;

    flex-direction: row;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}

footer > div#footer-content > div{

    margin: 30px;
}

