.rodape{
    background-color: rgb(35, 9, 59);
    width: 100%;
    height: 50px;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
   
    
}

.frase{
    display: none;
    color: black;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 20px;
    width: 100%;
    text-align: center;
    margin-top: 100px;

}