footer {
    color: var(--text-color);
    background-color: var(--main-color);
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 10px 25px;
}

footer div {
    display: flex;
    margin: 10px auto;
}

footer .social-network a {
    margin: 0 5px;
}

footer .social-network a img {
    width: 24px;
    height: 24px;
}

footer .legal {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    justify-content: center;
}