.comentarios_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.comentarios_header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.comentarios_header h3{
    font-size: 20px;
    font-weight: bold;
    margin: 5px;
}
.comentarios_header p{
    font-size: 14px;
    margin-bottom: 10px;
    opacity: 0.7;
}

.comentarios_body{
    width: 90%;
}

.comentarios_content textarea{
    width: 100%;
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
}