#speech {
  z-index: 999;
}

#speechbubble {
  background-color: rgb(247, 240, 255);
  border: 4px solid #897cdb;
  border-radius: 10px;
  border-top-left-radius: 0px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  height: 230px;
  width: 1460px;
  opacity: 0.9;
}

#speaker {
  position: absolute;
  bottom: 250px;
  left: 20px;
  background-color: #e1c7ff;
  border: 4px solid #897cdb;
  color: #7266c0;
  border-radius: 10px;
  width: 250px;
  height: 40px;
  padding: 12px;
  font-size: 30px;
  letter-spacing: 4px;
}

#speechtext {
  margin: 25px;
  font-size: 25px;
  color: #6559b4;
  letter-spacing: 1px;
}

#leftspeaker {
  height: 1000px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}

#rightspeaker {
  height: 1000px;
  position: absolute;
  right: 150px;
  top: 0px;
  z-index: -1;
}

#speechnextbtn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 200px;
  height: 60px;
  font-size: 30px;
}

#speechfader {
  z-index: 11;
}

.speechpopup {
  position: absolute;
  z-index: 12;
  width: 1505px;
  height: 730px;
}

/* #speech .popup {
  width: 1505px;
  height: 730px;
} */
