/* FOOTER STYLING */

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    height: auto;

    max-width: 100%;

    gap: 1rem;
}

footer div.footer.socials {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

footer div.footer.socials div.iconPlaceholder {
    height: 32px;
    width: 32px;
}