body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: #2b2b24;
  background: #f7f1e7;
  line-height: 1.6;
}

header {
  background: #d8dfd1;
  border-bottom: 1px solid #b7c0ad;
  padding: 28px 10%;
}

nav {
  margin-top: 16px;
}

nav a {
  display: inline-block;
  margin: 0 14px 8px 0;
  color: #314f38;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

main {
  width: min(900px, 84vw);
  margin: 38px auto 60px;
  background: #fffaf2;
  padding: 34px;
  border: 1px solid #e6dac7;
}

h1,
h2,
h3 {
  color: #243b2b;
  line-height: 1.2;
}

h1 {
  font-size: 36px;
  margin: 0;
}

h2 {
  margin-top: 34px;
}

.subtitle {
  font-family: Arial, sans-serif;
  color: #56624f;
  max-width: 740px;
}

.box {
  background: #f1eadc;
  border-left: 4px solid #96a98a;
  padding: 18px;
  margin: 24px 0;
}

.small {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #63635c;
}

a {
  color: #31583b;
}

footer {
  padding: 22px 10%;
  background: #ece3d4;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
