.rutapokes {
  display:flex;
  font-size:0.8em;
  text-align:center;
  gap:10px;
  margin:15px 0
}

.rutapokes div:nth-child(n) {border-radius:10px; border:1px solid #333; min-width:56px}