.text-to-speech-button {
  display: flex;
  font-size: 2rem;
  background-color: rgba(0, 0, 0, 0);
  color: rgb(52, 86, 158);
  border: none;
}

/* TODO: style above is working, but not this for some reason (maybe it takes a while to update style file?) */
/* .play-icon {
  background-color: rgb(53, 90, 137);
  color: white;
  border: 1px solid black;
  border-radius: 3rem;
} */
