.audio-container {
  position: fixed;
  cursor: pointer;
  z-index: 100;
  border-radius: 50%;
  background-color: #3498db;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 40px;
  height: 40px;
  bottom: 15px;
  left: 10px;
  background: rgb(238, 198, 174);
}

.play-button {
  font-size: 16px;
  color: white;
}

audio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
