.page-content {
  padding: 3rem 0px !important;
}

.page-header {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  margin: 3rem auto 2rem auto;
}

.children-links-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 1rem;
  max-width: 700px;
  background-color: #f2f2f2;
  border-radius: 6px;
  margin: 1rem auto;
  padding: 1rem;
}

.children-links-header {
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  text-align: center;
  width: 100%;
}

.child-category-link {
  background-color: #9dbebb;
  border-radius: 4px;
  color: black;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  padding: 1rem 0px;
  text-align: center;
  text-decoration: none;
  width: 40%;
}

.empty-args-msg {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  margin: 4rem auto;
}

.load-more-btn-container {
  display: flex;
  justify-content: center;
  margin: 4rem 0px;
}
