


.footer {
    background: var(--secondary-background-color);
    background-color:#e8e3e3;
    display: flex;
    gap: 8em;
    align-items: center;
    flex-wrap: wrap;
}

.footer-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    
}

.footer-nav a {
    flex: none;
    text-align: center;
    padding-inline: 15px;
    text-decoration: none;
}

.par-social {
    margin-right: 8px;
}

.social-icons {
    display: flex;
    gap: 8px;
    align-items: center;
}