body{
  background-color: #ff00ce;
}
p1{
  color: #ff00ce;
  text-align: center;
  text-align: left;
  font-size: 85px;
}
p1:hover{
  color: #00e5ff;
}
p2{
  color: #ff00ce;
  text-align: right;
  top: 30%;
  font-size: 95px;
}
p2:hover{
  color: #00e5ff;
}
p3{
  color: #ff00ce;
  text-align: right;
  font-size: 100px;
  text-decoration: none;
}
p4:hover{
  color: #00e5ff;
}
p4{
  color: #ff00ce;
  display: block;
  text-align: right;
  font-size: 85px;
}
p3:hover{
  color: #2fe100;
}
.button:visited {
  color: #ff00ce;
  text-decoration: none;
}