.intro {
  position:relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 50vh;
  margin-top: 4rem;
}

.step-url {
  font-size: 1rem;
  color: var(--my-color-road-sign);
  text-decoration: none;
}