.hero {
  background: linear-gradient(to bottom, #a1c4fd, #c2e9fb);
  padding: 10rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero__content {
  max-width: 100%;
}

.hero__title {
  font-size: 3.8rem;
  font-weight: 300;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

.hero__subtitle {
  font-size: 2.1rem;
  font-weight: 300;
  color: #1e90ff;
  text-transform: uppercase;
  line-height: 1.6;
}

.hero_explore_button {
  background-color: #1c6ea4;
  color: white;
  border: none;
  padding: 0.8rem 2rem;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-decoration: none;
}