.rodape {
    height: 100px;
    background-color: rgb(235  , 95, 7);

    bottom: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 30px 0;
}

.rodape h3 {
    color: rgb(255, 255, 255);
    font-size: 20px;
}