footer {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px -5px 5px -5px rgba(0, 0, 0, 0.5);
    background-color: #FFE35B;
    max-width: 100%;
    margin-top: auto;
}

footer img {
    width: clamp(90px, 25vw, 250px);
    margin: 0.5rem;
}

footer img:last-child {
    margin-right: 0;
    width: clamp(70px, 15vw, 150px);
}

#all-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0.5rem;
}

#all-footer div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

footer p {
    font-family: Nunito;
    color: #004AAD;
    font-size: clamp(10pt, 2vw, 12.9pt);
    font-weight: bolder;
    margin: 0.5rem;
}
