@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.5em;
  }
  table {
    font-size: 0.9em;
  }
}
