body {
  font-family: Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #5f5f5f;
}

a {
  border-bottom: 1px solid #d4d4d4;
  color: #4b71ca;
  padding-bottom: px;
  text-decoration: none;
}

h2 {
  margin: 0;
}

h1 > a,
h2 > a {
  color: rgb(76, 76, 76);
}

audio {
  height: 30px;
  width: 500px;
  padding: 10px 0;
}

.feed-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.feed-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px;
  border-bottom: grey 1px solid;
}

.feed-items {
  padding: 25px
}

.feed-item {
  padding-top: 8px;
}

.feed-item-title {
  margin: 1em 0;
}

.feed-item-length,
.feed-item-credits {
  color: #a5a5a5;
  font-size: 0.80em;
}

.feed-item-links {
  padding-top: 10px;
}