.hover-scale {
  transition: transform 0.2s ease-in-out;
}

.hover-scale:hover {
  transform: scale(1.02);
}

.category-box-headline:hover {
  color: var(--bs-secondary-text-emphasis);
}

.category-box-headline {
  color: var(--bs-emphasis-color);
}

.list-group-item:hover {
  background-color: var(--bs-primary-bg-subtle);
}

.text-element {
  max-width: 520px;
  margin: 0 auto;
}

.image-element {
  max-width: 780px;
  width: auto;
  display: block;
  margin: 0 auto;
}

