html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

body {
  display: flex;
  flex-direction: column;
  font-size: 12pt;
  font-family: "Lora", serif;
}
body main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
body section .section {
  box-sizing: content-box;
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 40px;
  text-align: center;
}
body section:nth-of-type(even) {
  background: #ffffff;
}
body section:nth-of-type(even) {
  background: #f5f5f5;
}
body section:last-of-type {
  flex-grow: 1;
}

/*# sourceMappingURL=section.css.map */