* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}

.pisos {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#headercor {
    background-color: #F4EDE5;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
}

header {
    flex-direction: row;
}

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: "Comic Relief", system-ui;
  font-weight: 400;
  font-style: normal;


    font-size: 50px;
    line-height: 74px;
    text-align: center;

    color: rgb(255, 95, 95);
}

#dicasemana {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}


#dicatxt {
    width: 575px;
    display: flex;
    flex-direction: column;
}

h3 {
    margin-bottom: 20px;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    
    font-family: "Comic Relief", system-ui;
  font-weight: 400;
  font-style: normal;

  color: rgb(46, 189, 41);
}

h2 {
    margin-bottom: 12px;

    font-family: "Comic Relief", system-ui;
    font-weight: 100;
    font-style: normal;

    font-size: 40px;
    line-height: 50px;
    text-align: left;

    color: #012000;
}

p {
    margin-bottom: 30px;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    
    font-family: "Comic Relief", system-ui;
  font-weight: 400;
  font-style: normal;

  color: rgb(0, 0, 0);
}
a{
 width: 100px;
    height: 25px;

    display: flex;
    justify-content: center;
    align-items: center;

    font-family: "Comic Relief", system-ui;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 15px;
  line-height: auto;

  text-decoration: none;

  color: #012000;
}

#cta {
    width: 138px;
    height: 48px;

    border-style: solid;
    border-color: #012000;
    border-width: 1px;

    border-radius: 5px;
    
    display: flex;
    justify-content: center;
    align-items: center;

    font-family: "Comic Relief", system-ui;
  font-weight: 600;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: auto;

  text-decoration: none;

  color: rgb(46, 189, 41);
}

#cta:hover {
    background-color: #012000;
    color: #fff;
}

#receitas {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    margin-bottom: 100px;
}

.receitascard {
    width: 235px;
}

#separador {
    width: 1000px;
    height: 300px;

    display: flex;
    justify-content: center;
    align-items: center;

    background-image: url(imgs/separador.jpg);

    margin-bottom: 100px;
}

#branco {
    width: 660px;
    color: #fff;
    text-align: center;
}

#saudavel {
    display: flex;
    justify-content: space-around;
    align-items: flex-start
}

.saudaveltxt {
    width: 490px;

    margin-bottom: 100px;
}

.destaque {
    font-weight: 700;
}

#galeria {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;

    margin-bottom: 100px;
}

#ingredientes {
    margin-bottom: 12px;

    font-family: "Comic Relief", system-ui;
    font-weight: 100;
    font-style: normal;

    font-size: 20px;
    line-height: 20px;
    text-align: left;

    color: #012000;
}

footer {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}