
        
footer {
    position: fixed;
    bottom: 0;
    background-color: blue;
    color: #FFF;
    width: 100%;
    height: 50px;    
    text-align: center;
    line-height: 50px;
    background-color: black;
}
.fundo-tela-inteira {
    width: 100vw;
    height: 100vh;
    background-image: url('/imagens/culinaria/mundo2.jpg');
    background-size: cover; /* Redimensiona a imagem para cobrir toda a área */
    background-position: center; /* Centraliza a imagem */
    background-repeat: no-repeat; /* Não repete a imagem */
}
    
.fundo-tela-inteira-revenues {
    width: 100vw;
    height: 100vh;
    background-image: url('/imagens/culinaria/mundo3.jpg');
    background-size: cover; /* Redimensiona a imagem para cobrir toda a área */
    background-position: center; /* Centraliza a imagem */
    background-repeat: no-repeat; /* Não repete a imagem */
}

 .fundohomereceitas{
    background-image: url('/imagens/culinaria/mundo3.jpg');

    }
.receita{
    border: 1px solid red;
    padding: auto;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 20px;
    padding-bottom: 20px;
    width: 400px;
    margin-bottom: 20PX;
    margin-left: 20px;
    float: left;
}

