.audio-container {
  text-align: center;
  margin-top: 40px;
}

button {
  padding: 10px 15px;
  background-color: #59b9d0;
  color: white;
  font-size: 1.15em;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button:hover {
  background-color: #438b9c;
}

.slideshow-container {
  position: relative;
  width: 100%;
  max-width: 1125px;
  margin: auto;
  padding-top: 30px;
}

.slide {
  display: none;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.no-js .slide:first-child {
  /* Show the first slide if JavaScript is disabled */
  display: block;
}
