#welcome_section {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8rem;
}

#welcome_section h1 {
  font-family: var(--font-bebas);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  position: relative;
  white-space: nowrap;
  font-size: clamp(7rem, 14vw, 17rem);
}