A solução do instrutor não posicionar o rodapé no final da tela. Tive que copiar de uma resolução postada aqui.
.rodape {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
display: flex;
justify-content: center;
background-color: var(--preto);
}