html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  background-color: #ffdf41;
  font-family: 'Inter', sans-serif;
  color: #2e2d2c;
}

.navbar-brand {
  display: inline-block;
  max-width: 160px;
  height: auto;
  padding: 0;
}
#headerNav {
  margin-top: 50px;
}
#headerNav .nav-link {
  font-size: 22px;
  color: #2e2d2c;
}
#headerNav .nav-link:hover {
  text-decoration: underline;
}
#headerNav span {
  padding: 0.25em 0;
  font-size: 22px;
}
.introTitle {
  font-size: 159px;
  font-weight: 700;
  letter-spacing: -1px;
}
#about .introTitle {
  font-size: 130px;
  font-weight: 700;
  line-height: 130px;
  letter-spacing: -1px;
}
.introText {
  font-size: 35px;
  line-height: 38px;
}
.introText strong {
  font-size: 25px;
  font-weight: 700;
}
#about .introText {
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}
#about .introText a {
  color: #2e2d2c;
}

@media screen and (max-width: 767px) {
  .introTitle {
    font-size: 100px;
  }
  .introText {
    font-size: 28px;
    line-height: 32px;
  }
  #about .introTitle {
    font-size: 100px;
    font-weight: 700;
    line-height: 100px;
  }
}
@media screen and (max-width: 576px) {
  #headerNav {
    margin-top: 10px
  }
  .nav-link {
    font-size: 20px;
  }
  .navbar-brand {
    display: inline-block;
    max-width: 120px;
  }
  .introTitle {
    font-size: 80px;
  }
  .introText {
    font-size: 22px;
    line-height: 27px;
  }
  #about .introTitle {
    font-size: 80px;
    font-weight: 700;
    line-height: 80px;
  }
}

