body{
  /* Geometric Humanist from https://modernfontstacks.com/ */
  font-family: Avenir, Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
  background-color: #e9e5e5;
  font-size: 110%;
}
#content {
  max-width: min(46ch, 100% - 2em);
  margin: 0 auto;
}
.center {
  text-align: center;
}
.logo {
  font-size: 200%;
  font-weight: bold;
  img {
    vertical-align: middle;
  }
  p {
    margin-bottom: 0;
  }
}
