/*@import url('https://fonts.googleapis.com/css2?family=Newsreader:opsz,wght@6..72,200..800&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:opsz,wdth,wght@8..144,112.5,200..600&display=swap');

* {padding: 0;margin: 0;
  box-sizing: border-box;
   }

body {
  font-family: "Roboto Serif", serif;
  font-weight: normal;
  font-style: normal;
}

div.wrap {margin:auto;width:800px;padding:2em;font-size:22px;}
p {margin-bottom:1em;}
div.center {text-align:center;display:block;}

