body {
  margin: 0;
  background-image: url("assets/tape1.jpg");
  background-repeat: repeat;
  background-size: 120px auto; /* controls wallpaper size */
  font-family: Verdana, Arial, sans-serif;
}

.container {
  max-width: 760px;
  margin: 32px auto;
  padding: 16px;
  background: #ffffff;
  border: 3px solid #000;
  text-align: center;
}
.rule {
  margin: 18px 0;
  border: 0;
  border-top: 2px dashed #000;
}

.week-title {
  margin: 10px 0 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.meta {
  margin: 6px 0;
}

.spotify-embed {
  margin: 14px 0 10px;
  border: 3px solid #000;
  padding: 10px;
  background: #f6f6f6;
}

.spotify-embed iframe {
  width: 100%;
  border: 0;
}

.tracklist-title {
  margin: 14px 0 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tracklist {
  text-align: left;
  max-width: 560px;
  margin: 0 auto 6px;
  padding-left: 22px;
}

.archive {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.archive li {
  margin: 6px 0;
}

.archive a {
  text-decoration: underline;
}

