.custom-viewall-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.custom-viewall-btn {
  background-color: #000;
  color: #fff;
  padding: 12px 24px;
  border-radius: 9999px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.custom-viewall-btn:hover {
  background-color: #333;
}
