footer{
    width: 100%;
    height: 180px;
    padding: 40px 20px 64px;
    background-color: var(--black);
    position: relative;
}
.footer-container{
    width: 100%;
    height: 100%;
}
.footer-symbol > a{
    display: block;
    width: 40px;
    height: 32px;
    color: white;
}
.footer-symbol svg{
    width: 100%;
    height: auto;
}
.footer-nav{
    width:100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between; 
    align-items: center;
}
.footer-menu{
    display: flex;
    gap: 16px;
}
.footer-menu-item > a{
    display: block;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 500;
    color: white;
}
.copyright{
    color: var(--gray-600);
}