@charset "UTF-8";

main#post h1#titulo-receita {
    font-size: 3em;
    padding: 20px 0px 0px 0px;
    font-weight: bolder;
    text-align: center;
}

main#post {
    margin: auto;
}

main#post > section#topo {
    width: 100%;
    margin-top: 100px;

    display: flex;
    flex-flow: column nowrap;
    justify-content: space-evenly;
    align-items: center;
}

main#post > section#topo > section#imagem {
    /*margin-left: 70px;*/
}

main#post > section#topo > section#imagem > picture > img {
    width: 100%;
}

main#post > section#topo > section#info {
    width: 50%;
}

main#post > section#topo section#info > section {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
}

main#post > section#topo section#info > section > div#dados {
    margin-top: 100px;
    font-weight: normal;
    height: 300px;

    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
}

main#post > section#topo section#info > section > div > p#descricao-receita {
    font-weight: normal;
    margin: 5px;

    align-self: flex-start;
}

main#post > section#topo section#info > section > div > a#user {
    margin-top: 50px;
}





