body{
  background-color: #00e5ff;
}
p1{
  display: block;
  position: absolute;
  font-size: 20px;
  color: #0501e1;
  text-align: justify;
  width: 30%;
  left: 35%;
  top: 20%;
  z-index: 3;
}
p1:hover{
  color: #eaeaea;
}
.button2{
  display: block;
  position: absolute;
  font-size: 50px;
  color: #ff00c8;
  text-align: center;
  width: 30%;
  left: 35%;
  top: 70%;
}
.button2:hover{
  color: #eaeaea;
}
p2{
  display: block;
  position: absolute;
  font-size: 15px;
  color: #ff00c8;
  text-align: justify;
  width: 30%;
  left: 36%;
  top: 95%;
}
.geocities1{
  display: block;
  position: absolute;
  width: 20%;
  left: 70%;
  top:20%;
  z-index: 1;
}
.geocities2{
  display: block;
  position: absolute;
  width: 20%;
  left: 10%;
  top:40%;
  z-index: 2;
}
.button{
  display: block;
  position: absolute;
  font-size: 20px;
  color: #ff00c8;
  text-align: center;
  width: 30%;
  left: 35%;
  top: 85%;
}
.button:hover{
  color: #eaeaea;
}