#audio-player {
  margin-top: 30px;
}

audio {
  width: 100%;
  max-width: 500px;
  border-radius: var(--radius);
}