body:not(:has(main)) {
  background-color: black;
  color: white;
}

.menace {
  font-size: 55pt;
  font-family:
    Times New Roman,
    serif;
  color: #ff0000;
  text-shadow: 4px 0 4px #dd0000;
  filter: shadow(color=#DD0000, direction=90);
}

.menace2 {
  font-size: 55pt;
  font-family:
    Times New Roman,
    serif;
  color: #00ff00;
  text-shadow: 4px 0 4px #00dd00;
  filter: shadow(color=#00DD00, direction=90);
}

pre#story {
  font-size: 16px;
  margin-top: 48px;
  margin-bottom: 64px;
}

pre#attack {
  font-size: 16px;
  margin-top: 48px;
  margin-bottom: 64px;
}
