/* Breedfiles */

.section-header {
  font-family: 'IM Fell English SC', serif;
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
  color: var(--spellbound-purple-mystic);
  margin: 1.25rem 0 0.5rem;
  letter-spacing: 0.5px;
  scroll-margin-top: 90px;
}

.section-card {
  background-color: rgba(244, 239, 255, 0.65);
  margin: 1rem 0;
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.section-card p,
.section-card span,
.section-sub {
  font-style: normal;
  color: #2c1b47;
}

.breedfile-img {
  text-align: center;
  margin: 0.5rem 0 1rem;
}

.breedfile-img img {
  max-width: 100%;
  height: auto;
  border: none;
  background: transparent;
  box-shadow: none;
  outline: none;
}

.uc {
  display: inline-block;
  background: rgba(189,160,255,.25);
  border: 1px solid rgba(189,160,255,.55);
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 700;
  color: #2c1b47;
}

.content-box,
.section-card {
  text-align: center;
}

.content-box p,
.section-card p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.content-box a,
.section-card a {
  display: inline-block;
  margin: 0.5rem auto;
}

.section-header {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}