th {
  background-color: red;
  color: black;
}
td {
  color: black;
  background-color: whitesmoke;
}
th, td {
    border: 3px solid silver;
    text-align: center;
    padding: 7px;
}