#footer {
    /* background-color: #f8f8f8;
    color: black; */
    background: var(--bg);
    /* border-color: var(--line); */
    border-top: 1px solid var(--line);
    /* color: white; */
    /* color: var(--white); */
    padding: 20px 0 50px;
    /* padding: 20px 0 10px; */
    /* padding: 30px 0 20px; */
    /* padding: 40px 0; */
    position: relative;
    /* position: absolute; */
    /* top: -10px; */
    /* top: -80px; */
    top: 10px;
    /* top: 8px; */
    left: 0px;
    right: 0px;
    /* bottom: 0px; */
}

#footer__content {
    color: white;
    /* color: black; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    /* width: 90%; */
    margin: 0 auto;
}

.footer__left {
    width: 40%;
    display: flex;
    gap: 28px;
    font-size: 20px;
    letter-spacing: .11em;
    /* color: #aeb7c5; */
    /* ////////////////////// */
    /* margin-left: 10px; */
    /* padding-right: 20px; */
    /* margin-left: 20px; */
    margin-left: 100px;
    /* margin-left: 200px; */
    /* margin-left: 60px; */
    /* margin-left: 30px; */
    /* line-height: 1.6; */
}

/* .navlinks {
    display: flex;
    gap: 28px;
    font-size: 20px;
    letter-spacing: .11em;
    color: #aeb7c5
} */

.footer__right {
    width: 58%;
    margin-right: 50px;
    text-align: left;
}

.footer__nav_link_button {
    font-family: Inter, Arial, sans-serif;
    background-color: transparent;
    /* font-family: Montserrat, sans-serif; */
    font-size: 20px;
    letter-spacing: .11em;
    /* font-weight: 500; */
    /* font-weight: 400; */
    /* font-size: .9em; */
    color: #aeb7c5;
    /* color: var(--muted); */
    /* color:--muted; */
    /* color: black; */
    /* color: #202020; */
    /* letter-spacing: .8px; */
    height: 36px;
    /* height: 30px; */
    top: 0;
    border: 0;
    /* padding: 4px; */
    /* border-radius: 0; */
    cursor: pointer;
    text-decoration: underline;
}

.footer__nav_link_button:hover {
    color: white;
    /* color: blue; */
    /* color: #1895fc; */
    /* font-size: 1.2em; */
    /* text-decoration: underline; */
}

#copyright {
    font-family: Inter, Arial, sans-serif;
    /* font-family: Montserrat, sans-serif; */
    /* font-size: 15px; */
    /* letter-spacing: .11em; */
    color: var(--muted);
    /* color: white; */
    /* font-weight: 400; */
    font-weight: 300;
    font-size: 1.0em;
    /* font-size: 1.1em; */
    /* font-size: .844em; */
    line-height: 1.1;
    /* color: black; */
    /* color: #202020; */
    /* margin-top: 12px; */
}