#footer_container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    color:var(--footer-text);
    background-color: var(--footer-bg);
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: var(--header-border);
    padding: 1.5rem 1rem;
    margin-top:2rem;
}

#footer_container > a{
   margin:0.5rem;
   text-decoration: none;
   color: var(--footer-text);
}
