body{
  font-family:'Francois One', sans-serif;
  font-size: 48px;
}


.image2 {
  position: absolute;
  right: 10%;
  width: 20%
}

.image3 {
  position: absolute;
  left: 10%;
  width: 20%
}

.image5 {
  position: absolute;
  top: 10%;
  right: 40%;
  width: 20%
}


.text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 48px;
  color: grey;
  text-shadow: 2px 2px black;
}

.eyeballs{
  position: relative;

}

