/* Face Aging Software Page Specific Styles */

/* Intro text styling */
.intro-text {
  text-align: center;
}

/* Green demo link */
.green-link {
  color: var(--green-text);
  text-decoration: underline;
  font-weight: 700;
}

/* Download link styling */
.download-link {
  text-decoration: underline;
  color: var(--green-text);
}

.download-link-wrapper {
  margin-top: 20px;
}

/* Research study link in green */
.footnote .inline-link {
  color: var(--green-text);
}
