html {
  scroll-behavior: smooth;
}

.main-text {
  font-family: "Unbounded";
  font-size: 4.5rem;
  font-weight: 600;
}

h2 {
  font-family: "Poppins";
}

.d-flex {
  align-items: center;
}

a {
  text-decoration: none;
}

.descriptions {
  line-height: 1.5;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 500px) {
  .main-text {
    font-size: 3rem;
  }
}/*# sourceMappingURL=home.css.map */