body {
  width: 80%;
  margin: auto;
}

.song-player {
  height: 20%;
  width: 100%;
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
}

.song-player img {
  height: 100%;
  border-radius: 100%;
}

.song-player-controls {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
}

audio{
  width: 100% !important;
}

.music-grid {
  width: 80%;
}
