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) */
#header {
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px
}

#footer {
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px
  }

h1 {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 0px;
}

h2 {
    font-size: 32px;
    font-weight: 900;
    border-bottom:  1px solid grey;
    margin-bottom: 8px;
}

h3 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 0px;
}
