* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}

header {

    width: 100%;

    background-color: aqua;
}

#topo {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;

    display: flex;
    justify-content: space-between;
    align-items: center;

    background-color: beige;
}

nav {
     width: 100%;
     max-width: 418px;

     display: flex;
     justify-content: space-between;
     background-color: burlywood;

}

#separador {

   width: 100%;
   max-width: 1000px;
   height: 300px;

   display: flex;
   justify-content: center;
   align-items: center;

    background-image: url(imgs/imgs/separador.jpg);
    background-repeat: no-repeat;

    margin-bottom: 150px;
}

#separadortxt {
    width: 100%;
    max-width: 660px;
    text-align: center;
    color: #fff;
}

#galeria {
    width: 100%;
    max-width: 1000px;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

img {
    margin-bottom: 20px;
}

#container {
     width: 100%;
     max-width: 1000px;
     margin-left: auto;
     margin-right: auto;

     background-color: lightcyan;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 50px;
    width: 660px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
    color: #e36b6b;
}

#intro {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#introtxt {
    width: 575px;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    line-height: 50px;
    color: black;

    margin-bottom: 12px;
}

h3 {
     font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 36px;
    color: #bcc99b;

    margin-bottom: 20px;
}

p {
     font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: black;

    margin-bottom: 30px;
}

#cta {
    width: 130px;
    height: 40px;

    border-color: #e36b6b;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: auto;
    color: #e36b6b;
    text-decoration: none;

    padding: 8px 30px;
}

#receitas {
    display: flex;
    justify-content: space-between;

    margin-bottom: 150px;
}

.receitacard {
    width: 100%;
    max-width: 235px;
}

a {
     font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: auto;
    color: #e36b6b;
    text-decoration: none;
    font-weight: 800;
}

#saudavel {
    display: flex;
    justify-content: space-between;

    margin-bottom: 150px;
}

.saudaveltxt {
    width: 100%;
    max-width: 490px;
}