footer {
    background-color: var(--bg-dark);
    padding: 20px 0;
    text-align: center;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

footer .footer-links ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
}

footer .footer-links ul li {
    margin: 0 10px;
}