.section {
  display: flex;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.heading {
  text-align: center;
  letter-spacing: -2px;
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 9vw;
    letter-spacing: -1px;
  }
}