body {
  margin: 0;
}

h1,
h2 {
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
  text-transform: capitalize;
}

p {
  font-family: "Inter", sans-serif;
  line-height: 1.5rem;
}

.header {
  display: flex;
  justify-content: center;
  padding: 3rem 0;
}
.header img {
  width: 50%;
}

.intro {
  padding: 3rem 2rem;
  background-color: #50733C;
  color: #E8F2E3;
}

.spacer_1 img {
  width: 100%;
  display: block;
}

.contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #2F4523;
  color: #E8F2E3;
  padding: 3rem 0;
}
.contact h2 {
  margin-bottom: 2.5rem;
}
.contact p {
  margin: 0 auto;
}
.contact p a {
  text-decoration: none;
  color: #E8F2E3;
  border: 1px solid #E8F2E3;
  border-radius: 5px;
  padding: 1rem;
}
.contact p a:hover {
  background-color: #6C8E55;
}

footer {
  display: flex;
  justify-content: center;
  color: #3F5C2F;
}/*# sourceMappingURL=styles.css.map */