body {
  text-align: center;
  font-family: system-ui, sans-serif;
}

#logo-container {
  width: 200px;
  margin: 2rem auto;
}

#spinner-ring {
  transform-origin: 50% 50%;
  transform-box: fill-box;
}

#center-play {
  cursor: pointer;
}

#audio-container {
  margin-top: 1rem;
}

#player {
  display: block;
  margin: 0 auto;
}

#track-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem auto;
  max-width: 320px;

  /* ADD THESE */
  max-height: 50vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

