body {
  font-family: 'Garamond', serif;
  background-color: #fdfaf6; /* warm, cottage-y background */
  color: #3b2f2f; /* earthy tone */
  margin: 5% 20% 5%
}

header {
    text-align: center
}
a{
    color :green;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Georgia', serif;
  font-weight: 700;
}

blockquote {
  font-family: 'Sacramento', cursive;
  font-size: 1.5rem;
  color: #6a4e42;
}