body {
  background-color: hsl(210, 20%, 98%);
  color: #222;
  font-family: Georgia, serif;
  max-width: 600px;
  margin: 40px auto;
  padding: 0 20px;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 1em 0 0.5em;
}


a {
  color: hsl(0, 100%, 33%);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer {
  margin-top: 3em;
  font-size: 0.9em;
  color: #666;
}

.quote {
  background-color: hsl(0, 100%, 95%);
  padding: 1rem;
  border-left: 4px solid hsl(0, 100%, 33%);
  margin: 1.5rem 0;
  font-style: italic;
}



