.rodape {
    background-color:#161616;
    color: white;
    padding: 15px 0;
    position: relative;
    bottom: 0;
    width: 100%;
}
  
.rodape p {
    margin: 0;
    font-size: 14px;
}

.estiloRodape{
    background-color:#161616;
    color:darkgrey;
    padding-top: 50px;
    padding-bottom: 25px;
    margin-top: 20px;
}