body {
  background: #eff1f5;
  color: #4c4f69;
  font-family: "Average Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-underline-offset: 4px;
}

h1,
h2,
h3 {
  font-family: "Average", serif;
}

header h1,
header h2,
header h3 {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 48px;
  margin-bottom: 1me;
}

section h1,
section h2,
section h3 {
  margin: 104px 0 33.6px;
  font-size: 20px;
  letter-spacing: 0.06em;
  font-variant: small-caps;
  text-transform: lowercase;
  font-weight: normal;
}

header p {
  margin: 30px 0;
  line-height: 1.5;
}

blockquote {
  border-left: 3px solid #df8e1d;
  padding: 16px 20px;
  color: #6c6f85;
  font-style: italic;
}

a {
  white-space: nowrap;
  color: #4c4f69;
  text-decoration: underline;
}

a:hover {
  opacity: 0.5;
}

li a {
  text-decoration: none;
  line-height: 1.5;
  border-bottom: none;
}

li a strong {
  text-decoration: underline;
}

li strong {
  font-family: "Average", serif;
  font-size: 28px;
  font-weight: 600;
  display: block;
}

#container {
  max-width: 600px;
  padding: 44.8px 32px 128px;
  padding-top: 89.6px;
  margin: 0 auto;
}
