@media screen {
  body {
    font-size: 16px;
  }
 h2 {
    font-size: 24px;
  }
  nav.pagination {
    font-size: 14px;
}
}