body{
  background-color: #ff00c8;
}
p1{
  display: block;
  position: absolute;
  font-size: 20px;
  color: #eaeaea;
  text-align: justify;
  width: 30%;
  left: 15%;
  top: 20%;
}
p2{
  display: block;
  position: absolute;
  font-size: 80px;
  color: #ff00c8;
  text-align: justify;
  width: 95%;
  left: 5%;
  top: 45%;
}
p2:hover{
  color: #2fe100;
}
p3{
  display: block;
  position: absolute;
  font-size: 20px;
  color: #eaeaea;
  text-align: justify;
  width: 35%;
  left: 50%;
  top: 20%;
}
p4{
  display: block;
  position: absolute;
  font-size: 20px;
  color: #eaeaea;
  text-align: justify;
  width: 70%;
  left: 15%;
  top: 60%;
}
.button{
  color: #ffea00;
  display: block;
  position: absolute;
  font-size: 70px;
  text-align: justify;
  left: 5%;
  top: 80%;
}
.button:hover{
  color: #2fe100;
}