body {
  background:
    linear-gradient(rgba(13, 6, 18, 0.65), rgba(13, 6, 18, 0.85)),
    url("images/about-girls.jpg") center/cover fixed;
}

.page-hero {
  background: linear-gradient(135deg, #7b2cff, #ff2fb3);
  color: white;
}

.card,
.highlight-box {
  background: rgba(123, 44, 255, 0.18);
}

.section h2 {
  color: #ffb8ef;
}
