body {
  font-family: "Linux Libertine", Georgia, serif, 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji';
  color: #3C3836;
  background: #FBF1C7;
}

main {
  max-width: 800px;
  margin: auto;

  p { font-size: 1rem; }
}

header { margin-bottom: 48px; }

h1, h2, h3, h4, h5, h6 {
  text-align: center;
}

h2 {
  font-weight: lighter;
  font-style: italic;
}

.contentbox {
  display: flex;
  flex-direction: column;

  border: solid 1.1px #458588;
  padding: 24px 16px 48px;

  font-size: 1rem;

  p { margin: 0px 0px 16px; }

  figure {
    margin: 0;
    font-size: 1rem;
  }
  figcaption {
    text-align: center;
    color: #7C6F64;
    font-style: italic;
    margin-top: 8px;
    font-size: 1rem;
  }
}

footer {
  font-size: 0.75rem;
  margin-top: 48px;

  .copyright {
    text-align: center;
    color: #7C6F64;
  }
}

a:link { color: #458588; }
a:visited { color: #B16286; }
a:hover { color: #076678; }
