footer{
    padding-top: 1em;
}

footer .main-footer-h4 {
    padding-top: 2em;
    padding-bottom: 2em;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
}

footer .main-footer-h4 li{
    margin-right: 1em;
}

footer .main-footer-h4 li a{
    text-decoration: none;
    color: black;
}

.footer-row{
    color: black;
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin-left: 10%;
}