
body {
    background: #fff0f0;
    font-family: sans-serif;
    line-height: 1.4;
}

section {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    padding: 20px;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

 h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }

  li {
      margin-bottom: 1em;
  }