@import url("https://fonts.googleapis.com/css?family=Averia+Serif+Libre:700");
body {
  background: #e5cdb2; }
  body h1 {
    font-family: 'Averia Serif Libre';
    font-size: 3em; }
  body p, body li {
    font-size: 2em; }
  body ul {
    margin-left: 1em;
    margin-top: 0.5em; }
