*,
html,
body {
  font-family: monospace, "Space Grotesk", sans-serif;
  padding: 0px;
  margin: 0px;
}

.landing-page {
  width: 100vw;
  height: 100vh;
  background-color: #144d22;
  color: white;
}
.landing-page .content-wrapper {
  padding-left: 10%;
  padding-top: 20%;
}
.landing-page .content-wrapper h1 {
  font-size: 6rem;
  line-height: 6rem;
}
.landing-page .content-wrapper p {
  font-size: 18px;
}/*# sourceMappingURL=style.css.map */