* {
    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;
    align-items: center;

    background-color: peru;
}


#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: rgb(231, 224, 213);
}

#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;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 50px;
    width: 660px;
    text-align: center;
    color: brown;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

#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: coral;
}


h3 {
    font-family: arial;
    font-size: 24px;
    line-height: 36px;
    color: rgb(131, 212, 128);
}



p {
    font-family: arial;
    font-size: 18px;
    line-height: 28px;
    color: rgb(156, 80, 255);

    margin-bottom: 20px;
}



#cta {
    width: 20px;
    height: 40px;

    color: crimson;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    padding: 8px 30px;

    font-family: arial;
    font-size: 16px;
    line-height: auto;
    font-weight: 800;
    color: rgb(212, 58, 19);
    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(212, 58, 19);
    text-decoration: none;
}

#saudavel {
    display: flex;
    justify-content: space-between;

    margin-bottom: 150px;
}

.saudaveltxt {
    width: 100%;
    max-width: 490px;
}