footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: var(--footerHeight);
    background-color: #323232;
    color: #c1c0c0;
}

footer a {
    text-decoration: none;
    color: #c1c0c0;
    padding: 0 0.5rem;
}

.footer-nav {
    padding: 25px 0;
    justify-content: space-between;
    flex-direction: unset;
}

.left-side a:first-of-type, .right-side a:first-of-type {
    padding-left: 0;
}

.left-side a:last-of-type, .right-side a:last-of-type {
    padding-right: 0;
}