html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

h1 {
  color: #1e6f5c;
  background-image: linear-gradient(110deg, rgb(30, 111, 92) 0%, rgb(41, 145, 105) 62%, rgb(62, 133, 89) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

p {
  color: #1a1a1a;
  font-size: 20px;
}
p strong {
  color: #1a1a1a;
  font-weight: 600;
}

body {
  background-color: #dadada;
  overflow-x: hidden;
}

/*# sourceMappingURL=style.css.map */
