body {
  font-family: Arial, sans-serif;
  text-align: center;
  margin: 20px;
}

#buttons {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sound-button {
  display: block;
  width: 80%;
  max-width: 300px;
  margin: 8px 0;
  padding: 14px;
  font-size: 1rem;
  min-height: 44px;
}

#player-controls {
  margin-top: 20px;
}

#audioPlayer {
  display: block;
  width: 80%;
  max-width: 300px;
  margin: 0 auto 10px;
}

.control-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.control-buttons button {
  padding: 10px 16px;
  min-height: 44px;
}

.home-button {
  position: fixed;
  top: 10px;
  left: 10px;
  text-decoration: none;
  font-size: 24px;
  color: #000;
  opacity: 0.6;
  z-index: 1000;
}
