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;
} */