body {
  background-color: #e6efec;
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #2D2D2D;
}
h1 {
  font-size: 3.5rem;
}
.btn {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  border-radius: 0.4rem;
  padding: 0.7rem 0;
  font-size: 1.2rem;
}
.btn-green {
  color: #008c67;
  border: 4px solid #008c67;
  background-color: #e6efec;
}
.btn-green:hover {
  color: #e6efec;
  background-color: #008c67;
}
.btn-green2 {
  color: #e6efec;
  border: 4px solid #008c67;
  background-color: #008c67;
}
.btn-green2:hover {
  color: #008c67;
  background-color: #e6efec;
}
