body {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  line-height: 24px;
  background-color: #fff;
  padding: 9%;
  margin: 0px;
}

.title-font {
  color: #133759;
  margin-bottom: 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-align: center;
}

li {
  color: black;
  list-style: none;
  padding-right: 16px;
  margin-bottom: 8px;
}

ul {
  color: black;
  margin-top: 0px;
}

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

.description a {
  color: blue;
}

a:hover {
  color: #4285f4;
}

.header-link {
  display: inline-block;
  margin-bottom: 0px;
  font-family: "Oswald", sans-serif;
}

.music-link {
  color: black;
  display: inline-block;
  margin-right: 4px;
}

.music-title {
  margin: 16px 0px 16px 16px;
  font-style: italic;
}

.instrument {
  display: inline-block;
  font-style: italic;
}

.footer-rule {
  margin-top: 12px;
}

.audio-player-wrapper {
  margin: auto;
  position: relative;
  top: 28%;
  width: 64px;
}

.audio-player-circle-1 {
  background: transparent;
  border-top: solid 2px #123456;
  border-right: solid 2px #123456;
  border-radius: 50%;
  height: 64px;
  position: absolute;
  width: 64px;
}

.audio-player-circle-2 {
  background: linear-gradient(45deg, #f7a000, #f09c0085);
  border-bottom: solid 2px #af238a;
  border-left: solid 2px #af238a;
  border-radius: 50%;
  height: 64px;
  position: absolute;
  width: 64px;
}

.audio-player-triangle {
  border-bottom: solid 12px transparent;
  border-left: solid 16px #fff082;
  border-right: none;
  border-top: solid 12px transparent;
  height: 0;
  left: 28px;
  position: absolute;
  top: 20px;
  width: 0;
}
