body #pages {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.page {
  padding: 20px 0 60px;
  justify-content: flex-end;
}
body #pages li {
  margin: 0 10px;
  width: fit-content;
}
body #pages li a ,body #pages li span{
  width: 68px;
  height: 68px;
  background: #F3F3F3;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #67677B;
}
body #pages li:hover a,
body #pages li.active span {
  background: #2E3192;
  color: #fff;
}