@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital@0;1&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
  font-family: 'Merriweather', serif;
  margin: 30px auto;
  max-width: 800px;
  line-height: 1.7;
  font-size: 130%;
  color: #111;
  padding: 40px;
  background-color: #fcfcfc;
}

h1,
h2,
h3,
h4 {
  font-family: 'Open Sans', sans-serif;
  color: #111;
}

.large {
  font-size: 130%;
}

a {
  color: #111;
}



@media print {
  body {
    font-size: 90%;
    padding: 40px;
  }
}
