@charset "UTF-8";

:root {
    --cor0: #F7D500;
    --cor1: #ED7D3A;
    --cor2: #2FBF71;
    --cor3: #EF2D56;
    --cor4: #363537;
    --cor5: #FFFFFF;
    --cor6: #000000
}

main#create-edit-post > form > section#imagem {
    width: 800px;
    /*border: 1px solid rgb(210, 210, 210);*/

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

main#create-edit-post > form > section#imagem > div#div-imagem {
    width: 95%;
    height: 450px;
    /*box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.313);*/
    border-radius: 10px;

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


main#create-edit-post > form > section#imagem > div#div-imagem > div {
    width: 350px;
    height: 470px;
    background-color: var(--cor5);
    background-image: url('../imagens/fotos-fundo/fundo-upload-imagem.jpg');
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    border: none;

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

main#create-edit-post > form > section#descricao {
    width: 800px;
    margin-top: 100px;
}

main#create-edit-post > form > section#descricao > textarea {
    width: 90%;
}
