body{
    margin: 0;
}
header{
    display: flex;
    background-color: #9fff88ff;
    padding: 20px;
    align-items: center;
}
header img{
    width: 45px;
    height: 45px;
}
.text-header{
    text-align: center;
    margin-left: 10px;
}
.text-conselho{
    text-decoration: underline;
    margin-left: 8px;
}
main{
    padding: 10px;
}
.conteiner-conselho{
    display: flex;
}
.id{
    padding-right: 5px;
}
.id::after{
    content: ".";
}
.data{
    font-size: 11px;
    margin-left: 20px;
    color: #6e7781;
}
.item{
    margin-bottom: 10px;
}
.conselho{
    word-break: break-all;
}