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: 2.5vw;
  font-family: 'Roboto', sans-serif;
  color:white;
  z-index: 3;
}

.desc2 {
  font-weight: 900;
  font-size: 1.6vw;
  font-family: 'Big Shoulders Display', cursive;
  color:white;
  z-index: 3;
}

.ml1 .letter {
  display: inline-block;
  line-height: 100%;
  z-index: 3;

}

.desc2 .letter2 {
  display: inline-block;
  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: 0.2%;
  padding-right: 0.1%;
  padding-bottom: 0.2%;
  width: 24%;
  left: 5%;
  top: 13%;
  z-index: 3;
}

.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;
}

.descbox {
  position: absolute;
  border: none;
  display: inline-block;
  width: 27%;
  height: 90%;
  cursor: pointer;
  top: 3%;
  left: 3%;
  background-color: grey;
  z-index: 1;
  opacity: 80%;
}

.img-1{
  width: 6%;
  position: absolute;
  bottom: 2%;
  right: 2%
}
.img-2{
  width: 6%;
  position:absolute;
  bottom: 2%;
  right: 10%;
}