.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    background-color: black;
}

.footer-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-links a {
    margin-left: 30px;
    text-decoration: none;
    color: inherit;
    font-size: 16px;
}

.footer-info p {
    text-align: center;
    flex-grow: 1;
    margin: 0;
}

.footer-social {
    display: flex;
    align-items: center;
}

.footer-social a {
    margin-left: 15px;
    color: white; /* Ícones brancos */
    font-size: 24px; /* Tamanho do ícone */
}

.footer-social a:last-child {
    margin-right: 30px;
}
