body {
    
    background-color: #FFFAFA;

}

.p1 {
    
 background-color:  #ffcccc;   
  width: 800px;
  height: 200px;
  margin-left: 330px;
  margin-top: 20px;
  border: double 5px #ffcccc;
  border-radius: 15px;
  
}

.sekuya-regular {
  font-family: "Sekuya", system-ui;
  font-weight: 800;
  font-style: normal;
}

.p2 {
    
   background-color: #ffcccc;   
   width: 300px;
   height: 500px;  
   margin-left: 330px;
   margin-top: 20px;
  
}

.p3 {
    
   background-color: #ffcccc;   
   width: 300px;
   height: 500px;  
   margin-left: 830px;
   margin-top: -500px;
}

.p4 {
    
   background-color: #ffcccc;   
   width: 170px;
   height: 500px;  
   margin-left: 645px;
   margin-top: -497px;
}
    
.fade-in {
  animation: fadeIn 2s;
   margin-left: 80px;
   margin-top: -200px;
   font-size: 70px;
   font-family: "Changa One", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #ff9999;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.move {
  position: relative;
  left: 0;
  padding: 10px;
  transition: left 1.5s ease-in-out;
  width: 430px;
   height: 500px;  
   margin-left: 820px;
   margin-top: -680px;
}

.move:hover {
  left: 200px;
}

.mov {
  position: relative;
  right: 0;
  padding: 10px;
  transition: right 1.5s ease-in-out;
  width: 430px;
   height: 500px;  
   margin-left: 320px;
   margin-top: -680px;
}

.mov:hover {
  right: 260px;
}

bot {
    
    margin-left: 800px;
   margin-top: -100px;
    
}

.fade {
  animation: fadeIn 2s;
   margin-left: 80px;
   margin-top: -600px;
   font-size: 70px;
   font-family: "Changa One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ff9999;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}