body{
  background-color: #ffea00;
}
p1{
  color: #ff00c8;
  font-size: 40px;
  font-family: "Times New Roman", serif;
  position: absolute; 
  display: block; 
  width: 25%;
  text-align: justify; 
  left: 25%;
  top: 10%;
  z-index: 2; 
  
}
p1:hover{
  color: white;
}
.button{
  color: #ff00c8;
  font-size: 40px;
  font-family: "Times New Roman", serif;
  position: absolute; 
  display: block; 
  width: 25%;
  text-align: justify; 
  left: 55%;
  top: 40%;
  text-decoration: none;
  z-index: 2;

}
.button:hover{
  color: white;
}
img{
  position: absolute;
  display: block;
  width: 25%;
  left: 40%;
  top: 30%;
  z-index: 1;
}