.footer {
    border-top: 1px solid #ddd;
    position: fixed;
    width: 100%;
    background-color: inherit;
    padding-bottom: 1.5rem;
    padding-top: 1rem;
    filter: brightness(99%);
    bottom: 0;
}

.footer a {
    text-decoration: none;
    position: absolute;
    left: 2rem;
    font-size: 0.7rem;
    top: 35%;
}

.footer-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
}