body {
  font-family: "Consolas", "DejaVu Sans Mono", "Menlo", "Monospace";
  line-height: 1.5;
}

.background {
  background: #000;
  background-image: url("https://i.imgur.com/asQYlLF.png");
  margin: 0;
  padding: 32px;
}

.tile {
  padding: 10px;
  background: #ccc;
  padding: 32px;
  background-image: url("https://i.imgur.com/0Jlbvv3.png");
}

.content {
  background: black;
  padding: 32px;
  font-size: 14px;
  max-width: 1000px;
  margin: 0 auto;
  border: 0 solid black;
  outline: 3px solid #7d623c;
  margin: 32px auto;
  position: relative;
}

.color-heading {
  color: #ffff52;
}

.top-divider {
  border: none;
  border-top: 3px double #9e9e9e;
  overflow: visible;
  text-align: center;
  height: 5px;
}

.top-divider::after {
  color: white;
  background: black;
  padding: 0 4px;
  position: relative;
  top: -10px;
  content: "§";
}

.divider {
  border: none;
  margin-top: 10px;
}

.divider-15 {
  border: none;
  margin-top: 15px;
}

.title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  font-weight: bold;
}

.title img:first-child {
  margin-right: 10px;
}

.title img:not(:first-child) {
  margin-left: 10px;
}

.fineprint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 12px;
  color: #777;
  text-align: center;
}

.submit {
  font-size: 12px;
  color: #bbb;
  text-align: start;
  margin-top: 10px;
}

.submit-note {
  color: #b73;
}

.submit a {
  color: #bbb;
  text-decoration: underline;
}

.subtitle {
  font-size: 21px;
}
.terpsichore-container {
  margin-top: 10px;
}

.terpsichore {
  float: right;
  margin: 0 2em 5em 5em;
}

.subtitle-2 {
  font-size: 16px;
  margin-top: 20px;
}

.rules {
  display: flex;
  gap: 40px;
  color: #bbb;
}

.rules-item {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  flex-direction: column;
}

.rules-item strong {
  font-weight: bold;
}

.lore {
  color: green;
  font-size: 14px;
  font-weight: bold;
}

.lore ul {
  list-style-type: disc;
  padding-left: 20px;
}

.detailed-score {
  color: #bbb;
  font-size: 14px;
}

.detailed-score ol {
  list-style-type: decimal;
  padding-left: 24px;
}

.detailed-score ol li {
  margin-bottom: 10px;
  gap: 10px;
}

.detailed-score ol li strong {
  display: block;
  font-weight: bold;
}

.detailed-score ul {
  list-style-type: disc;
  padding-left: 20px;
}

.comment {
  color: #777;
  font-size: 12px;
}

@media (max-width: 768px) {
  .background {
    padding: 16px;
  }

  .tile {
    padding: 8px;
  }

  .content {
    padding: 16px;
    margin: 0 auto;
  }

  .title {
    font-size: 20px;
  }

  .title img {
    width: 24px;
    height: 24px;
  }

  .subtitle {
    font-size: 16px;
  }

  .terpsichore {
    float: none;
    width: 80px;
    height: 80px;
    margin: 20px auto 30px;
    display: block;
  }

  .rules {
    gap: 10px;
    justify-content: space-around;
  }
}

#revenant-line {
  font-size: 12px;
  color: #b73;
  margin: 10px 0;
  text-align: end;
}
