.hero {
  text-align: center;
  padding: 48px 0;
}

.hero a {
  text-decoration: none;
}

.hero h1 {
  font-size: 64px;
  margin-bottom: 24px;
  display: inline-block;
}

.hero h1 span, 
.hero h1 .title-link {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-decoration: none !important;
  transition: all 0.3s ease;
  border-bottom: none;
}

.hero h1 .title-link:hover,
.hero h1 .title-link:focus,
.hero h1 .title-link:active {
  filter: brightness(1.2);
  text-decoration: none !important;
  border-bottom: none;
  outline: none;
}

.hero p {
  max-width: 800px;
  margin: 8px auto;
  line-height: 1.5;
  white-space: pre-line;
}
