:root {
  --off-white: #f5f3f1;
}

body {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--off-white);
  color: #333;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.text-block {
  font-family: Merriweather, serif;
}


