body {
  background-color: #2b0a0b;
background-image: 
  url('https://pearlnightslair.neocities.org/shrines/assets/Bloodlust2026-Background4.png');
background-repeat: repeat-y, no-repeat;
background-attachment: fixed, fixed;
background-size: auto, cover;
background-position:  center center;
  color: white;
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.65;
  letter-spacing: 0.01em;
}
p {
  margin-top: 0;
  margin-bottom: 1.2em;
  text-align: left;
}
h1, h2, h3 {
  font-family: "Times New Roman", Times, serif;
}
img.logo { display: block; margin: 0 auto; }
.scrollbox {
  background-color: none;
  border: none;
  padding: 0.5em;
  box-sizing: border-box;
  margin-bottom: 10px;
  width: 50%;
  margin: 0 auto;
}

h1, h2 {
  text-shadow: 0 0 6px #4a0a0a;
}
.scrollbox p:first-of-type::first-letter {
  float: left;
  font-size: 3.2em;
  line-height: 1;
  margin: 0.05em 0.1em 0 0;
  padding: 0.1em 0.15em;
  box-shadow: 0 0 8px rgba(139,0,0,0.4), inset 0 0 4px rgba(139,0,0,0.15);
  color: white;
  background-color: #1a0506;
  text-shadow: 0 0 5px #5a0a0a;
  font-family: "Times New Roman", Times, serif;
}
dl {
  margin: 0;
  padding: 0;
}
dt {
  font-weight: bold;
  margin-top: 0.8em;
}
dt a {
  color: white;
}
dt a:hover {
  color: #cc0000;
}
dd {
  margin-left: 1.5em;
  margin-bottom: 0.4em;
  color: #ffffff;
}
@media (max-width: 600px) {
  img.logo { width: 100%; }
  .scrollbox { width: 100%; height: auto; overflow-y: visible; }
  table { width: 100%; }
  td { display: block; width: 100%; box-sizing: border-box; }
  td img { max-width: 100%; height: auto; }
}