body {
  background:
    linear-gradient(rgba(13, 6, 18, 0.68), rgba(5, 5, 5, 0.88)),
    url("images/contact-community.jpg") center/cover fixed;
}

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

.highlight-box {
  background: rgba(255, 47, 179, 0.16);
}

a {
  color: #8cff00;
}
