header {
  position: fixed;
  background-color: #00796B;
  height: 4rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.01),0 10px 30px rgba(0,0,0,0.08);
}
footer {
  background-color: #00796B;
  text-align: center;
  padding-block: 4rem;
}
.logo {
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #f5f5f5;
}
html {
  font-size: 4vw;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #212121;
  background-color: #f5f5f5;
}
section {
  padding: 2rem;
  padding-block: 4rem;
}
main > section:first-child {
  padding-top: 6rem;
}
.item {
  margin-bottom: 2rem;
}
a.button {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  background-color: #ff7043;
  padding-inline: 1.5rem;
  padding-block: 1rem;
  display: inline-block;
  text-decoration: none;
  border-radius: 2em;
  color: #f5f5f5;
}
p {
  line-height: 1.5;
}
h1, h2, h3, h4, h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #00796b;
}
h1 {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 6rem;
}
.title {
  margin-bottom: 3rem;
}
.cta {
  margin-bottom: 3rem;
}
h2 {
  color: #212121;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
footer h2 {
  color: #f5f5f5;
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 2rem;
}
footer h2 span {
  color: #fbc02d;
}
footer h3 {
  color: #f5f5f5;
  margin-bottom: 3rem;
}
.title p {
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.title span {
  color: #ff7043;
}
.cta p {
  color: #9e9e9e;
  max-width: 22em;
}
p span {
  color: #00796b;
}
h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
h3 + p {
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 2rem;
}
h4 {
  color: #212121;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
h4 + p {
  color: #9e9e9e;
}
.split section {
  background-color: #ede7f6;
}
.split section:first-child {
  background-color: #e0f2f1;
}
@media only screen and (min-width: 800px) {
  html {
    font-size: 18px;
  }
  .split {
    display: flex;
  }
  .split section {
    width: 50%;
  }
  main > section:first-child {
    min-height: 100vh;
    box-sizing: border-box;
    display: flex;
    align-items: end;
  }
}