.musicBox {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  gap: 30px;
}

.song {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  gap: 3px;
}