* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}

#corpo {
    background-color: #A22424;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pisos {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

header { 
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav { 
    width: 418px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h1 {

    width: 660px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 80px;

    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 50px;
    line-height: 74px;
    text-align: center;
    color: #A22424;
}

#dicasemana {
     display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 100px;
}   


#dicatexto {
    width: 575px;

    display: flex;
    flex-direction: column;
}

h3 {
    margin-bottom: 20px;

    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    color: #A22424;
}

h2 {
    margin-bottom: 12px;

    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 70;
    font-style: normal;

    font-size: 40px;
    line-height: 50px;
    text-align: left;
    color: #333 ;
}

p {
    margin-bottom: 30px;

    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;

    font-size: 14px;
    line-height: 28px;

    color: #333 ;
}

a{
    text-decoration: none;

    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #fff ;
}

#cta{
    width: 130px;
    height: 40px;

    border-style: solid;
    border-color: #A22424;
    border-width: 1px;
    border-radius: 6px;

    display: flex;
    justify-content: center;
    align-items: center;

    text-decoration: none;

    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #A22424 ;
}

#cta:hover{
    background-color: #A22424;
    color: #fff;
}

#receitas {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 100px;
}

.receitascards {
    width: 235px;
}

#separador {
    width: 1000px;
    height: 300px;

    display: flex;
    justify-content: center;
    align-items: center;

    text-align: center;

    background-image: url(imgs/separador.jpg);
    margin-bottom: 100px;
}

#branco {
    width: 660px;
    color: #fff;
    text-align: center;
}

#saudavel {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 100px;
} 

.saudaveltexto {
    width: 490px;
}

.destaque {
    font-weight: 900;
}

#galeria {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 100px;
}



footer {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}