<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    background-color: aqua;
}
.tabela{
    text-align: center;
    border: solid black;
}
td{
    border: solid black;  
    height: 28px;
    background-color: aqua;
}

th{
    border: solid black;
}
/* 
tr{
    height: 30px;
} */</pre></body></html>