html, body { background-color: #000; }
body {
  width: 1016px;

  margin: 0;
  margin-left: auto;
  margin-right: auto;

  background-size: 100% auto;
  background-repeat: repeat-y;
  background-image: url("/static/banner.jpg");

  font-family: "Times New Roman", Times, serif;
}

.centre {
  width: 720px;

  margin-left: auto;
  margin-right: auto;

  padding-bottom: 32px;
}

.header {
  padding: 16px 0;

  color: #fff;
}

.header p, .header h1 {
  margin: 0;
  filter: drop-shadow(2px 2px 0 #000);
}
.header h1 {
  margin-top: -8px;

  font-style: italic;
  text-transform: uppercase;
}

.main {
  padding: 32px;

  position: relative;

  border: 1px solid #000;
  outline: 1px solid #fff;
  background-color: #fff;

  border-radius: 4px;
}

.harpy {
  width: 192px;
  height: 192px;

  position: absolute;

  pointer-events: none;
}
.harpy-high {
  top: -13px;
  right: -22px;
}
.harpy-low {
  left: -19px;
  bottom: -28px;
}

.read {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 24px;

  border: 3px double #000;
}

.read p {
  margin: 12px 0;
  text-indent: 24px;
}
.read h1, .read h2, .read h3,
.read h4, .read h5, .read h6 {
  margin: 12px 0;
  font-style: italic;
}

.side-left-wrapper {
  top: -3px;
  left: 0;

  position: absolute;
}
.side-left {
  right: 32px;
  position: absolute;

  text-align: right;
}
.side-right-wrapper {
  top: -3px;
  right: 0;

  position: absolute;
}
.side-right {
  left: 32px;
  position: absolute;
}

.side { width: 192px; }
.side a { color: #000; }
.side p { margin: 0; }
.side h1, .side h2, .side h3,
.side h4, .side h5, .side h6 {
  margin: 0;
  font-style: italic;

  color: #fff;
  filter: drop-shadow(2px 2px 0 #000);
}
.side ul {
  margin: 0;
  padding: 0;
}
.side li { text-align: left; }
.side li, .side .box {
  margin: 8px 0;
  padding: 4px;

  border: 1px solid #000;
  outline: 1px solid #fff;
  background-color: #fff;

  border-radius: 4px;
}

