.audio-player {
    min-height: 100px;
}

.container {
  position: absolute;
  left: 50vw;
  top: 50vh;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 40px;
}
.message-style {
  font-family: Courier New;
  font-size: 36px;
  font-weight: bold;
  color: black;
}

button {
  background: none;
  color: #009da3;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  min-width: 20px;
  min-height: 20px;
  max-width: 50px;
  max-height: 50px;
}

button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#stopButton {
  display: none;
  width: 0;
  height: 0;
}
