#pagination ul {
  display: flex;
  flex-wrap: no-wrap;
}
#pagination ul li.current-page {
  color: red;
}
