table {
  border-collapse: collapse;
}

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

thead {
  background-color: rgb(55, 89, 161);
  color: white;
}

tbody {
  background-color: rgb(240, 240, 240);
}

tfoot {
  text-align: center;
  background-color: rgb(219, 219, 219);
}
