body {
  background-color: black;
}

.container {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  width: 70%;
}

.logo {
  width: 80%;
}
.coverart {
  width: 80%;
  padding-bottom: 20px;
}

ul {
  list-style: none;
}

a {
  color: red;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
