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

a:hover {
  text-shadow: 0 0 2px #000000, 0 0 2px #7f81ff, 0 0 10px #0d0f8f;
}

main {
  background-color: #070215d7;
}

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

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

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

.speech {
  background-color: #00000081;
}

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

.part-item > p {
  color: #000000;
}
