body {
  margin: 0;
  padding: 0;
  width:100vw;
  height: 100vh;
  background-color: #eee;
}
.content {
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  height:100%;
}

.ml1 {
  font-weight: 900;
  font-size: calc(1.3vw + 1.3vh);
  font-family: 'Roboto', sans-serif;
  color:white;
  z-index: 3;
}

.desc2 {
  font-weight: 900;
  font-size: calc(1.2vw + 1.2vh);
  font-family: 'Big Shoulders Display', cursive;
  color:white;
  z-index: 3;
}

.ml1 .letter {
  display: inline-block;
  line-height: 100%;
  z-index: 3;

}

.desc2 .letter2 .letter3 .letter4 .letter5 .letter6{
  display: inline-block;
  position: absolute;
  line-height: 100%;
  z-index: 3;
}

.ml1 .text-wrapper {
  position: absolute;
  display: inline-block;
  padding-top: 0.2%;
  padding-right: 0.1%;
  padding-bottom: 0.2%;
  left: 5%;
  top: 5%;
  z-index: 3;
}

.desc2 .text-wrapper2 {
  position: absolute;
  display: inline-block;
  padding-top: 10vh;
  padding-right: 2vw;
  padding-left: 2vw;
  padding-bottom: 2vh;
  width: 24vw;
  left: 3vw;
  top: 3vh;
  z-index: 2;
  background-color: grey;
  opacity: 80%;
}


.ml1 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #fff;
  transform-origin: 0 0;
  z-index: 3;

}

.ml1 .line1 { top: 0; }
.ml1 .line2 { bottom: 0; }


.boxhelp {
  position: absolute;
  border: none;
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  top: 0;
  left: 0;
  background-color: #f5f5f5;
  z-index: 20;
  opacity: 100%;
}

.loading2{
  position: absolute;
  opacity: 100%;
  text-align: center;
  left: 50%;
  color: black;
  font-weight: 900;
  font-size: 400%; 
  top: 50%;
  font-family: 'Roboto', sans-serif;
  transform: translateX(-50%) translateY(-50%);
  z-index: 21;
}



.img-1{
  width: 6%;
  position: absolute;
  bottom: 2%;
  right: 2%
}
.img-2{
  width: 6%;
  position:absolute;
  bottom: 2%;
  right: 10%;
}

.button{
  position: absolute;
  border: none;
  color: white;
  padding: 2vh 1vw;
  text-align: center;
  display: inline-block;
  font-size: calc(0.8vw + 0.8vh);
  top: 3%;
  width: 8%;
  font-family: 'Julius Sans One', sans-serif;
  background-color: #8d8d8d;
  z-index: 10;
  cursor: pointer;
}
.next {right: 3vw;}
.back {right: 12vw;
  width: 10%;
}

.return {
  position: absolute;
  border: none;
  color: white;
  padding: 2vh 1vw;
  text-align: center;
  display: inline-block;
  font-size: calc(0.8vw + 0.8vh);
  top: 12%;
  width: 17%;
  left: 80%;
  font-family: 'Julius Sans One', sans-serif;
  background-color: #8d8d8d;
  z-index: 10;
  cursor: pointer;
}