footer{
    width: 100%;
    height: 15vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
    color: rgb(227, 227, 227);
    /* border-block: 2px solid #452c2fc7; */
    font-size: 1.2em;
    z-index: 3;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/rusticos/32.png);
    background-size: 500px;
    background-position: 0 150px;
    border-top: 1px solid #cdab7c78;
    position: relative;
}
footer::before{
    content: "";
    width: 5%;
    height: .2px;
    background-color: var(--beje);
}
footer::after{
    content: "";
    width: 5%;
    height: .2px;
    background-color: var(--beje);
}

footer a{
    color: rgb(216, 216, 216);
    font-weight: 300;
    transition: .4s;
    font-size: 1.2em;
    letter-spacing: 5px;
    margin-inline: 12px;
}