body {
  font-family: Georgia;
  font-size: 16px;
  margin: 0 auto;   /* center content */
  max-width: 800px; /* limit width */
  line-height: 1.5;
  padding-top: 32px;
  padding-bottom: 32px;
}

/* BEGIN (write your solution here) */
p {
    margin-bottom: 12px;
}
h1, h2, h3 {
    font-weight: 400px;
    margin-bottom: 0;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 32px;
    border-bottom: solid 1px grey;
    margin-bottom: 8px;
}
#header {
    margin-bottom: 32px;
    text-align: center;
}
#footer {
    margin-top: 64px;
    text-align: center;
}
