html {
  font-family: "Roboto Slab", serif;
}

body {
  display:grid;
  min-height:100vh;
  margin:0;
  justify-items:center;
  align-items:center;
  font-size:2em;
  line-height:1.3em;
}
#wrapper {
  width:40vw;
  text-align: center;
}