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

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

main {
  background-color: #001625cf;
}

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

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

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

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