body {
  background-color: black;
  color: white;
  font-family: "Times New Roman", serif;
}

main {
  background-color: #0c0c0ce6;
  max-width: 800px;
  overflow-y: scroll;
  margin: auto;
  display: flex;
  flex-direction: column;
  padding: 20px;
  line-height: 2;
}

main li > a {
  text-decoration: underline;
  line-height: 2;
}

h1 a {
  color: white;
  text-decoration: none;
  text-align: center;
  display: block;
  font-size: 1.5em;
}

h3 {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-size: 20px;
  margin: -5px;
  line-height: 1.5;
}

time {
  text-align: center;
  font-size: 18px;
  margin-left: -6px;
}

.warning {
  color: goldenrod;
  font-style: italic;
}

.heavy-warning {
  color: darkred;
  font-style: italic;
}

article {
  padding: 20px;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 600px;
  margin-top: 20px;
  border: 1px solid grey;
}

article h2 {
  margin: auto;
}

.inline {
  color: #69c0ff;
}

.inline-link {
  text-decoration: underline;
}

.italics {
  font-style: italic;
}

.end {
  text-align: center;
  color: #ffffff7e;
  font-size: 0.8em;
  font-style: italic;
}

article img {
  max-width: 100px;
  display: block;
  float: inline-start;
  margin: 10px 16px 0px 0px;
  border: 2px solid rgba(255, 255, 255, 0.19);
  border-radius: 50%;
}

.read-more {
  text-decoration: underline;
}

footer {
  margin: 0 auto;
  text-align: center;
  color: grey;
}

.fighter {
  color: #5500ff;
}

.writer {
  color: #c8d0e6;
}

.artist {
  color: #fffbed;
}

.gatekeeper {
  color: #fa5757;
}

.back {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  display: block;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  article {
    font-size: small;
  }
}
