.back:hover{
  animation: rotation 2.5s infinite linear;
}

@keyframes rotation {
  0% {
    transform: rotate(-50deg);
  }
  50% {
    transform: rotate(50deg);
  }
  100% {
    transform: rotate(-50deg);
  }
}
.main{
  border-color: #eef0f4;
  background: transparent;
  width: 965px;
  height: 730px;
  padding: 10px;
  margin: 1px;
  position: absolute;
  left: 125px;
  top: 50px;
}
.rec1{
  width:700px;
  height:550px;
  background: transparent;
  margin: 50px;
  transform: rotate(-5deg);
}

.rec2{
  width:700px;
  height:550px;
  background: transparent;
  margin: 50px;
  transform: rotate(-5deg);
}
.rec3{
  width:700px;
  height:550px;
  background: transparent;
  margin: 50px;
  transform: rotate(-5deg);
}
.rec4{
  width:700px;
  height:550px;
  background: transparent;
  margin: 50px;
  transform: rotate(-5deg);
}
.rec5{
  width:700px;
  height:550px;
  background: transparent;
  margin: 50px;
  transform: rotate(-5deg);
}
p {
  font-family: courier;
  font-size: 100%;
  color: rgba(255, 192, 203, 1);
  text-align: justify;
}