* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}


header {
    height: 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;
    align-items: center;

    background-color: darkorange;
}


#separador {
    width: 100%;
    max-width: 1000px;
    height: 300px;

    display: flex;
    justify-content: center;
    align-items: center;

    background-image: url(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: 1000px;
    flex-wrap: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

img {
    margin-bottom: 28px;
}

#container {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;

    background-color: rgba(109, 181, 190, 0.507);
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 50px;
    width: 660px;
    text-align: center;
    color: rgba(250, 0, 0, 0.637);
    margin-top: 100px;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
}

#intro {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#introtxt {
    width: 575px;
}

h2 {
    font-family: arial;
    font-size: 40px;
    line-height: 50px;
    color: #666;

    margin-bottom: 30px;
}

h3 {
    font-family: arial;
    font-size: 24px;
    line-height: 36px;
    color: #15a52d;

    margin-bottom: 20px;
}

p {
    font-family: arial;
    font-size: 18px;
    line-height: 28px;
    color: #666;

    margin-bottom: 20px;
}

#cta {
    width: 130px;
    height: 40px;

    border-color: rgb(102, 70, 23);
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;

    font-family: arial;
    font-size: 16px;
    line-height: auto;
    font-weight: 800;
    color: rgb(122, 28, 28);
    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;
    font-size: 16px;
    line-height: auto;
    font-weight: 800;
    color: rgb(122, 28, 28);
    text-decoration: none;

}

#saudavel {
    display: flex;
    justify-content: space-between;
    margin-bottom: 150px;

}

.saudaveltxt {
    width: 100%;
    max-width: 458px;
}