.footer {
    display: flex;
    width: 100vw;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: var(--preto-branco);

}

.footer__rodape {
    color: #464646;
    text-align: center;
    font-family: 'Raleway';
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #eaf2fd;


}