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

a:hover {
  text-shadow: 0 0 2px #c8d0e6, 0 0 2px #c8d0e6, 0 0 10px #c8d0e6;
}

main {
  background-color: #00070fcf;
}

h2,
h3,
h4,
header a,
.inline,
.relation {
  color: #c8d0e6;
}

ul {
  list-style-image: url(/icon/shooting-star.gif);
}

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

@media screen and (max-width: 1000px) {
  .info {
    width: 100%;
  }
  body {
    font-size: small;
  }
}
