* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 1.7;
  color: #1a1a1a;
  background: #faf3e0;
  padding: 60px 20px;
}

article {
  max-width: 500px;
  margin: 0 auto;
}

header {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #722f37;
}

h1 {
  font-size: 2rem;
  font-weight: normal;
  font-style: italic;
  color: #722f37;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.5rem;
  font-weight: normal;
  font-style: italic;
  color: #722f37;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}

p {
  margin-bottom: 1.5rem;
}

section {
  margin-bottom: 2.5rem;
}

.intro-text {
  font-size: 18px;
  color: #b7410e;
  margin-bottom: 2rem;
}

.cta-inline {
  background: #722f37;
  color: #faf3e0;
  padding: 1.5rem;
  margin: 2.5rem 0;
  border-left: 4px solid #b7410e;
}

.cta-inline h3 {
  font-size: 1.2rem;
  font-weight: normal;
  font-style: italic;
  color: #faf3e0;
  margin-bottom: 1rem;
}

.cta-inline p {
  color: #faf3e0;
  margin-bottom: 1rem;
}

.cta-inline p:last-child {
  margin-bottom: 0;
}

.cta-inline a {
  color: #faf3e0;
  text-decoration: underline;
}

.cta-inline a:hover {
  color: #b7410e;
  background: #faf3e0;
  padding: 2px 4px;
}

footer {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #722f37;
  text-align: center;
  font-size: 15px;
  color: #722f37;
}

a {
  color: #722f37;
  text-decoration: none;
  border-bottom: 1px solid #b7410e;
}

a:hover {
  color: #b7410e;
  border-bottom: 2px solid #b7410e;
}

@media (max-width: 600px) {
  body {
    padding: 40px 15px;
  }

  h1 {
    font-size: 1.6rem;
  }

  h2 {
    font-size: 1.3rem;
  }
}
