#interpret{
  height: 85%;
  margin-top:8vh;
  display: none;
}
#interpret h1 {
  margin-top: 2.5vh;
  margin-bottom: 2.5vh;
}

.content{
  width: 80%;
  height: 100%;
  position:relative;
  margin-bottom: 1vh;
 }
.content-top,
.content-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
}
.content-bottom{
  bottom: 5%;
}
#interpret p{
  width: 72%;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  line-height: 1.1;
  margin: auto;
  font-size: 4vw;
  font-weight: 600;
  text-align: left;
  bottom: 17%;
  overflow-y: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word; 
}
