.footer {
    grid-area: footer;
}

.footer__rodape {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 1rem;
}