@import url('site.css');

/* NainaSOS page specific tweaks */

body {
  background: radial-gradient(
    circle at top,
    #141a30 0,
    #05060b 45%,
    #020309 100%
  );
}

.hero .hero-sub {
  max-width: 640px;
}

.hero-image-title {
  font-size: 0.92rem;
}

/* Make feature cards breathe a bit on this page */
#features .card,
#how-it-works .card {
  margin-top: 6px;
}
