body {
  background: #000;
  color: #ddd;
  font-family: "Times New Roman", Times, serif;
  background-image: radial-gradient(circle, #222 1px, transparent 1px);
  background-size: 16px 16px;
}
a { color: #fff; }
a:visited { color: #aaa; }
.page {
  width: 760px;
  max-width: 94%;
  margin-top: 18px;
  margin-bottom: 18px;
  background: #080808;
  border: 3px double #ddd;
  box-shadow: 0 0 18px #777;
}
h1 {
  color: white;
  letter-spacing: 4px;
  text-shadow: 0 0 8px #aaa;
}
h2 {
  color: white;
  border-bottom: 1px solid #777;
}
.home-title {
  text-align: center;
  margin: 28px 0 22px 0;
}
.hero {
  display: block;
  margin: 18px auto;
  width: 360px;
  max-width: 90%;
  border: 2px solid #ddd;
}
.big { font-size: 20px; }
.home-intro { text-align: center; }
.home-actions {
  text-align: center;
  margin: 22px 0 16px 0;
}
.button {
  display: inline-block;
  margin: 8px;
  padding: 10px 16px;
  border: 2px outset #ccc;
  background: #222;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.button:hover {
  background: #444;
}
.cards {
  columns: 2;
  text-align: left;
  line-height: 1.7;
}
.footer {
  color: #aaa;
  font-size: 13px;
  text-align: center;
}
hr {
  border: 0;
  border-top: 1px solid #777;
}

.card-page h1 { text-align: center; }
.sigil { text-align: center; font-size: 24px; letter-spacing: 8px; }
.reading-box { width: 100%; border: 1px solid #777; background: #050505; }
.reading-box td { border-bottom: 1px dashed #555; }
.reading-box tr:last-child td { border-bottom: 0; }
.cards a { text-decoration: none; }
.cards a:hover { text-decoration: underline; background: #222; }
