.rodape {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 10vh;
    border-top: 1px solid var(--texto);
}