.hero {
  padding-top: 140px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.hero h1 {
  font-size: clamp(48px, 8vw, 120px);
  line-height: 1;
}

::selection {
  background: #ff5a4f;
  color: #fff;
}

::-moz-selection {
  background: #ff5a4f;
  color: #fff;
}
