footer {
    position: relative;
    width: 100%;
    height: auto;
    background-color: var(--clr-primary-300);
    margin-top: 3rem;
    padding-top: 1rem;
}

footer {
    display: flex;
    flex-direction: column;
    place-items: center;
}

footer > p {
    text-align: center;
}

.socials-container {
    display: flex;
    gap: 1rem;
    align-items: center;
    align-self: center;
}

.socials-container > * {
    filter: contrast(0);
    width: max(2rem, min(3rem, 5vw));
}