
.music-row {
  display: flex;
  margin-bottom: 16px;
}

.music-row div {
  height: fit-content;
  margin: auto;
  margin-left: 16px;
}

.music-row img {
  margin-right: 16px;
  border: 6px double white;
  border-radius: 6px;
  padding: 2px;
}

.music-row *, #currently-playing .title {
  filter: drop-shadow(3px 3px 5px black);
}


#currently-playing, #listening-to {
  padding: 20px;
  margin-bottom: 40px;
  box-shadow: white 0px 0px 20px 0px;
  border-radius: 10px;
  background: linear-gradient(black, #7F7F7F);
}

#currently-playing .title {
  text-align: left;
}

/* wow */

#currently-playing:has(:nth-child(5)) .music-row:not(.music-row:nth-child(2)) img {
  width: 48px;
}

#currently-playing:has(:nth-child(5)) .music-row:not(.music-row:nth-child(2)) div {
  font-size: small;
  margin-left: 0px;
}