.button_comment{
    width: 100%;
    padding: 1rem;
    background-color: #e1e1e1;
    color: #8bc0d9;
    /*border-radius: 3px;*/
    /*border-text: 1px solid black;*/
    text-decoration: underline;
    border: 0;
    margin: 0;

}

[id^="collapse-"] {
    background-color: #e1e1e1;
    padding: 0 2rem 2rem 2rem;
    margin: -12px 0 12px 0;
    font-size: 15px;
    font-weight: 400;
}

.comment{
    margin-bottom: 2rem;

}