table {
  width: 100%;
  text-align: center;
  border: 1px solid #777;
}
table td,
table th {
  padding: 1vh 1vw;
  border: 1px solid #777;
}
table thead tr {
  background-color: #0d4368;
  color: #fff;
}