body {
  width: 100%;
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.5;
  font-weight: normal;
  color: rgb(57, 57, 57);
}

main {
  max-width: 1140px;
  padding: 30px 40px;
  margin: auto auto;
}

.text-center {
  text-align: center;
}

h1, h2, h3, h4 {
  font-weight: lighter;
  color: rgb(27, 94, 32);
}

h1 {
  font-size: 6rem;
}

h2 {
  font-size: 5rem;
}

h3 {
  font-size: 4rem;
}

h4 {
  font-size: 2rem;
}

a {
  color: rgb(27, 94, 32);
}