*,
html {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
}

:root{
    --color-amarillo: #FFEB00;
    --color-negro: #000000;
    --color-morado: #550096;
    --color-azul-oscuro: #0037AA;
}

main{
    max-width: 1920px;
    margin: 0 auto;
}


.filter{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, .75);
}

.filter-img{
    position: absolute;
    z-index: 1;
    opacity: 0;
    color: white;
    font-size: clamp(1.5rem, 3vw, 5rem);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer a{
    color: black;
}


