body{
  box-sizing: border-box;

}
/* pop up text styles */
.message{
  position: absolute;
  z-index: 1;
  font-family: "avenir", sans-serif;
  font-size: 70px;
  font-weight: bold;
  color: black;
  width: 800px;
  text-align: center;
  margin-left: 10%;
  margin-top: 5%;

}
.message2{
  position: absolute;
  z-index: 1;
  font-family: "avenir", sans-serif;
  font-size: 70px;
  font-weight: bold;
  color: black;
  width: 800px;
  text-align: center;
  margin-left: 30%;
  margin-top: 25%;
}
.message3{
  position: absolute;
  z-index: 1;
  font-family: "avenir", sans-serif;
  font-size: 70px;
  font-weight: bold;
  color: black;
  width: 800px;
  text-align: center;
  margin-left: 10%;
  margin-top: 25%;
}
.message4{
  position: absolute;
  z-index: 1;
  font-family: "avenir", sans-serif;
  font-size: 70px;
  font-weight: bold;
  color: black;
  width: 800px;
  text-align: center;
  margin-top: 30%;
  margin-left: 20%;

}
.message5{
  position: absolute;
  z-index: 1;
  font-family: "avenir", sans-serif;
  font-size: 70px;
  font-weight: bold;
  color: black;
  width: 800px;
  text-align: center;
  margin-left: 10%;
  margin-top: 5%;
}
/* behind shape styles */
.textContainer{
  display: flex;
  align-items:flex-end;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  justify-content: space-between;
}
.text1{
  font-family: "futura",sans-serif;
  font-size:2em;
  max-width: 150px;
  max-height: 500px;
  margin: 20px;

}
.text2{
    font-family: "futura",sans-serif;
  font-size: 2em;
  max-width: 150px;
  max-height: 400px;
  align-self: flex-start;
  text-align: center;
  margin: 20px;

}
.text3{
    font-family: "futura",sans-serif;
  font-size: 1.2em;
  width: 150px;
  height: 400px;
  text-align: center;
  margin: 20px;


}
.text4{
    font-family: "futura",sans-serif;
  font-size: 2em;
  max-width: 150px;
  max-height: 800px;
  align-self: flex-start;
  text-align: center;
  margin: 20px;
}
.text5{
    font-family: "futura",sans-serif;
  font-size: 1.2em;
  width: 150px;
  height: 300px;
  text-align: center;
  margin: 20px;
}
.text6{
    font-family: "futura",sans-serif;
  font-size: 2em;
  width: 150px;
  height: 500px;
  align-self: flex-start;
  text-align: center;
  margin: 20px;
}
.text7{
    font-family: "futura",sans-serif;
  font-size: 1em;
  width: 150px;
  height: 100px;
  text-align: center;
  margin: 20px;
}

/* block styles */
.shapeContainer{
  display: flex;
  align-items:flex-end;
  width: 100%;
  height: 100%;
  position: fixed;
  justify-content: space-between;
}
.div1{
  width: 250px;
  height: 500px;
  background-color: purple;
}
.div2{
  width: 250px;
  height: 600px;
  background-color: blue;
  align-self: flex-start;
}
.div3{
  width: 250px;
  height: 425px;
  background-color: red;
}
.div4{
  width: 250px;
  height: 800px;
  background-color: yellow;
}
.div5{
  width: 250px;
  height: 350px;
  background-color: orange;

}
.div6{
  width: 250px;
  height: 450px;
  background-color: green;
  align-self: flex-start;


}
.div7{
  width: 250px;
  height: 200px;
  background-color: magenta;

}
