h3 {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 1rem;
  font-family: sans-serif;
}

table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

table th,
table td {
  border: 1px solid #000;
  padding: 0.6em 1em;
}

table th[scope="column"] {
  font-size: 1.1rem;
  background-color: #f4f4f4;
}

table .highlight {
  background-color: #cdeeba;
}

table th[scope="row"] {
  text-align: left;
  font-weight: normal;
}
