/* section {
  width: 100%;
  height: 100%;
  overflow: hidden;
} */

/*#speech {
  width: 5%;
}
.soundbutton {
  position: fixed;
  bottom: 5vh;
  right: 5vw;
  cursor: pointer;
  z-index: 5;
  transition: 0.25s ease;
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  -o-transition: 0.25s ease;
}
.soundbutton.paused {
  opacity: 0.6;
  z-index: 10;
}*/
