.pagenum > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 4em 0;
  gap: 1.5em;
  font-size: 1.5em;
}