html,body {
    font-family: 'comic sans ms', sans-serif;
    padding: 1em 2em;
    font-size: 18px;
    
    color: black;
  }
  
  h1,h2 {
    font-weight: 200;
    margin: 0.4em 0;
  }
  h1 { font-size: 3.5em; }
  h2 {
    color: #888;
    font-size: 2em;
  }