body {
  background: #000000;
  color: white;
  font-family: Avenir, "Avenir Next", Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.top-left {
  position: fixed;
  top: 22px;
  left: 22px;
  font-size: 15px;
  color: #ff3b30;
}

.top-left a {
  color: #ff3b30;
}

.top-right {
  position: fixed;
  top: 22px;
  right: 22px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 15px;
}

.top-right a {
  color: #ff3b30;
}

.home,
.album-page {
  width: 520px;
  max-width: 88vw;
  margin: 70px auto 40px auto;
}

.small-title {
  margin-bottom: 14px;
  font-size: 16px;
}

.album-cover {
  width: 520px;
  max-width: 100%;
  display: block;
}

.bottom-links {
  margin-top: 26px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 18px;
}

.bottom-links a,
.listen-links a {
  color: #ff3b30;
  text-decoration: underline;
}

.listen-links {
  margin-top: 22px;
  margin-bottom: 40px;
  display: flex;
  gap: 18px;
  font-size: 16px;
}

.tracklist {
  margin-top: 30px;
  font-size: 16px;
}

details {
  margin-bottom: 18px;
}

summary {
  cursor: pointer;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary span {
  float: right;
  color: rgba(255,255,255,0.65);
}

details p {
  margin-left: 0;
  line-height: 1.5;
  color: rgba(255,255,255,0.85);
}