.tema_escuro{
    color: rgb(238, 123, 78);
}

body{
    background-color: rgba(238, 69, 7, 0.6);
}

th, td{
    border: 1px solid black;
}

table.importante, tr.importante{
    background-color:rgba(255, 0, 0, 0.767);
}

th.importante, td.importante{
    color:red;
}