footer {
    margin: 10px 0 0 0;
}

footer .footer-menu {
    /* border: 2px solid #727377; */
    padding: 20px 10px;
    background-color: #727377;
    color: white;
}

footer .footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

footer .footer-menu a {
    text-decoration: none;
    color: white;
}

footer .footer-menu a li {
    list-style: none;
    margin: 10px;
}