body {
  background-image: url("https://i.pinimg.com/originals/80/40/b5/8040b5ff91ce8c3f153beebab39d584f.gif");
  color: white;
  font-family: Monospace;
}

.headergif {
  display: block;
  margin: auto;
  height: 175px;
}

a:link {
  color: #98a4cd;
  font-size: 24px;
  text-decoration: none;
  background-color: #323e67;
  border-radius: 30px;
  padding: 10px 25px 10px 25px;
}
a:visited {
  color: #7586bd;
}
a:hover {
  color: #ff9900;
}

h1 {
  text-align: center;
}

p {
  font-size: 18px;
}

.index-body {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  min-width: 200px;
  background-color: rgba(15, 21, 41, .8);
  border-radius: 10px;
  padding: 16px;
  align-items: center;
  text-align: center;
  margin: auto;
}

.recs-body {
  background-color: rgba(15, 21, 41, .8);
  border-radius: 10px;
  padding: 16px;
  align-items: center;
  text-align: center;
  margin: auto;
}

.song {
  display: flex;
  flex-direction: row;
  border-color: white;
  border-style: dashed;
  margin: 10px;
}

.song-desc {
  display: flex;
  flex-direction: column;
  text-align: center;
}

iframe {
  margin: 16px;
  height: 250px;
  width: 300px;
}