.center-text {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  font-size: 2em;
}

.center-text .description-text {
  width: 58%;
  background-color: #fff;
  border: 5px solid #3d85c6;
  border-radius: 1em;
  padding: 5vmin 10vmin;
}

.center-text .title-text {
  color: #0b5394;
  font-size: 1.5em;
  font-weight: bold;
  width: 58%;
  background-color: #fff;
  border: 5px solid #3d85c6;
  border-radius: 1em;
  padding: 5vmin 10vmin;
  padding-bottom: 35vmin;
}

.girl-left {
  left: 0;
}

.dishcontainer.two-dish.bottle-right {
  left: unset;
  right: 10%;
  right: 10%;
}

.question-answer__container > p {
  width: 100%;
}

.question-answer__container .question {
  font-size: 3svw;
  padding: 5% 8%;
  position: relative;
  position: relative;
}

.cover-page > img {
  width: 100%;
}
@media (min-aspect-ratio: 4/3) {
  .question-answer__container .question {
    font-size: 4vh;
    margin: auto;
  }
  .question-answer__container > p {
    margin: auto;
    font-size: 3vh;
  }
  .speaker img {
    width: 4vh;
  }
}
