.footer {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    color: black;
}
.footer-menu {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0px;
}
.footer-menu li {
    padding: 0 20px;
}
.footer-menu li {
    border-right: 1px solid #333333;
}
.footer li:last-of-type {
   border-right: 0;
}
.footer-menu li a {
    color: #333333;
    text-decoration: none;
}