body {
  font-family: monospace;
  line-height: 1.4;
  font-size: 16px;
  padding: 0 10px;
  margin: 50px auto;
  max-width: 650px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #000;
}

ul {
  list-style-position: inside;
  padding: 0;
  list-style: none;
  text-align: left;
  width: 100%;
}

ul.listening {
  max-width:560px
}

/* Make the embeds scale down but never exceed 560px */
.responsive-embed {
  position: relative;
  width: 100%;
  max-width: 560px;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
}

.responsive-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

li {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px dotted #000;
}

h2 {
  font-size: 18px;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 2px dotted #000;
}

a:visited {
  color: #000;
  border-bottom: 2px dotted #000;
}
