#music-content iframe
{
  border-color: white;
  border-width: 3px;
  border-style: solid;
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 16 / 9; 
}

#music-content
{
  margin-bottom: 5vh;
}

.youtube-player {
  width: 100%;
  margin: 0 auto;
}
