.footer {
    padding: 1.5rem 0 1rem 0;
    background: linear-gradient(to bottom, #FF7200, #E98800);
    color: white;
}
#footer {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-evenly;
}
#info-maxwell, #info-esf {
    display: flex;
    flex-direction: column;
    gap: .2rem;
}

.footer #footer #social-media-footer {
    display: flex;
    gap: 1rem;
}