body {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(/background/dithered-heart.png);
}

a:hover {
  text-shadow: 0 0 2px #000000, 0 0 2px #8a2025, 0 0 10px #8a2025;
}

h2,
h3,
h4,
header a,
.inline,
.on-parts {
  color: #8a2025;
}

.redacted {
  color: #6d0909;
}

main {
  background-color: #0a0808d7;
  border: 6px double #7e03037e;
}

.playlist {
  background-color: #000000b9;
  margin: auto;
  margin-bottom: 20px;
  max-height: 300px;
  overflow-y: scroll;
  margin-top: 20px;
}

ul {
  list-style-image: url(/icon/devil-heart.gif);
  margin-left: 20px;
}

.speech {
  background-color: #00000081;
}

@media screen and (max-width: 800px) {
  .info {
    width: 100%;
  }
}
