.btn-index {
  display: flex;
  justify-content: center;

  padding: 2rem;
  gap: 4rem;
}

.btn-page {
  padding: 1rem;
  border-radius: 4rem;
  font-size: 2rem;
  outline: 0.1rem solid;
  text-decoration: none;
}

.btn-page:hover {
  padding: 1rem;
  border-radius: 4rem;
  color: white;
  background: rgb(23, 0, 77);
}
