

.pagina-post-main{

    justify-content: center;
    margin-top: 10px;
}

.postagem{
    width: 800px;
    border: 1px solid black;
    border-radius: 5px;
    background-color: #1f2933;
    color: white;
    margin: 5px;
    padding: 5px;
    -webkit-box-shadow: 0px 4px 5px 8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 4px 5px 8px rgba(0,0,0,0.75);
box-shadow: 0px 4px 5px 8px rgba(0,0,0,0.75);
}

.postagem h1{
    color: yellow;
}

.postagem p{
    color: white;
}

.faq-container{
    display: flex;
    height: 500px;
    flex-direction: column;
    background-color: #1f2933;
    margin: 5px;
    padding: 5px;
    border: 1px solid black;
    border-radius: 5px;
    margin-top: 29px;
    -webkit-box-shadow: 0px 4px 5px 8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 4px 5px 8px rgba(0,0,0,0.75);
box-shadow: 0px 4px 5px 8px rgba(0,0,0,0.75);
}

.titulo-postagem a{
    border-bottom: 1px solid white;
    width: 100%;
}

.utilitarios-menu{
    color: white;
}

.bi-trash3-fill{
    margin-left: auto;
}

.comentarios-container{
    width: 800px;
    border: 1px solid black;
    border-radius: 5px;
    background-color: #1f2933;
    color: white;
    margin: 5px;
    padding: 5px;
    -webkit-box-shadow: 0px 4px 5px 8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 4px 5px 8px rgba(0,0,0,0.75);
box-shadow: 0px 4px 5px 8px rgba(0,0,0,0.75);
}

.comentar-container{
    background-color: #1f2933;
    padding: 10px;
}

.caixa-faq{
    display: none;
}

.caixa-coment{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.caixa-coment form{
    width: 100%;
    border-radius: 5px;
}

.caixa-coment button{
    width: 100px;
    border-radius: 5px;
    background-color: grey;
    color: white;
}

.conteudo-comentario{
    width: 80%;
    border-radius: 5px;
}

.mainnn{
    justify-content: center;
}

