footer {
    background-color: #1b1b1b;
    padding: 2em 0;

}

.footer-flex {
    display: flex;
    gap: 1em;
    align-items: center;
    justify-content: center;
}

footer img {
    max-width: 100px;
}