/* Rodapé*/
.rodape {
    text-align: center;
    padding-bottom: 2rem;
    background-color: #232323;
    color: #F2F2F2;
}
.linha-rodape {
    color: #F2D541;

}

.rodape a {
    color: #F2F2F2;
    text-decoration: none;
    font-weight: bold;
}