/* .recording-button-container
{
width:200px;
} */

.sound-button {
  font-family: Gowun Batang,serif;
  background-color:#113758;
  color:white;
  border-radius:10px;
  padding:10px 20px;
  border:none;
  transition: background-color 1s;
/*   width:100%; */
}
.sound-button.playing {
  background-color:#609BB2;
}
/*  .progress-bar {
      height: 4px;
      background-color: #113758;
      max-width: 100%;
   margin-left:10px;
      transition: width 1s; */
  
    }