html,
body {
  height: 100%;
}

body {
  margin: 0 auto;
  background: #dee2e6;
  color: #212529;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 100%;
  line-height: 180%;
}

h1 {
  /* display: none; */
  font-weight: normal;
  font-size: 1.2em;
}

h2 {
  font-weight: normal;
  font-style: italic;
  font-size: 1em;
  line-height: 1em;
}

h3 {
  font-weight: normal;
  font-size: 0.81em;
  line-height: 1em;
}

ol.album {
  font-size: 0.81em;
}

.page {
  width: 67%;
  margin: 0 auto;
}

header {
  margin-top: 7em;
}

span.track-title {
  display: inline-block;
  min-width: 30%;
}

a.download-link:any-link {
  font-size: 0.5em;
  text-decoration: none;
  color: #212529;
}

img.dl-icon {
  height: 15px;
  width: 15px;
}

img.cover-art {
  height: 420px;
  width: 420px;
}

audio {
  width: 50%;
  height: 24px;
  vertical-align: text-bottom;
}

footer {
  font-size: 0.3em;
  color: #aaaaaa;
  margin-top: 22.5em;
}

footer a:any-link {
  text-decoration: none;
  color: #c16786;
}
