.x5a {
  width: 35px;
  text-align: center;
  padding: 6px;
  display: inline-block;
  height: 30px;
  text-decoration: none;
  /* background: var(--color-blue2); */
  border: 1px solid #222;
  color: black;
  border-radius: 4px;
  margin: 1px;
  transition: 1s all;
  font-family: var(--font-default);
  margin: 11px 5px;
}
/* x5a2 is for selected */
.x5a2, .x5a:hover {
  color: #fff;
  background: var(--second-text-color);
}
/* x5a3 is for dots */
.x5a3,
.x5a3:hover {
  background: none;
  color: #000;
  border: none;
  padding-top: 3px;
  height: 18px;
  width: auto;
}
#x5n {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 30px;
  flex-wrap: wrap;
}
