body {
  background-color: #fff9ee;
  color: #333;
  font-size: 17px;
  line-height: 1.4em;
  font-family: "Georgia", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  max-width: 700px;
  margin: 0 auto; }

a {
  color: rgba(0, 0, 0, 0.7); }
  a:focus, a:hover {
    color: rgba(0, 0, 0, 0.6); }

blockquote {
  text-align: justify; }

.columns {
  -webkit-columns: 4;
          columns: 4; }
  .columns ul {
    margin: 0; }

h2 {
  margin-top: 2em;
  margin-bottom: 1em; }

header {
  margin-bottom: 1.5em;
  line-height: normal; }
  header h1 {
    margin-bottom: 0.2em; }

img.lity-preview {
  width: 400px; }
