@-webkit-keyframes toptop {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes toptop {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes pikpik {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -30vh, 0);
            transform: translate3d(0, -30vh, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes pikpik {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -30vh, 0);
            transform: translate3d(0, -30vh, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes flyfly {
from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

@keyframes flyfly {
from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

img:nth-child(1) {
  -webkit-animation: toptop 1s infinite ease-in;
          animation: toptop 1s infinite ease-in;
  position: absolute;
  z-index: 2;
  width: 30vw;
  top: 10vh;
  left: 5vw;
}

img:nth-child(2) {
  -webkit-animation: flyfly 3s infinite linear;
          animation: flyfly 3s infinite linear;
  position: absolute;
  z-index: 1;
  width: 30vw;
  top: 10vh;
  left: 34vw;
}

img:nth-child(3) {
  -webkit-animation: pikpik 1s infinite ease-in-out;
          animation: pikpik 1s infinite ease-in-out;
  position: absolute;
  z-index: 2;
  width: 30vw;
  top: 10vh;
  left: 72vw;
}

h1 {position: absolute; z-index: 10; font-family: cursive; font-size: 6vw;    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);}

iframe {display: none;}

html{
  cursor:url("plaster.png"), pointer;
}
body {
  
  -webkit-animation: rainbow 1.8s infinite;
  animation: rainbow 1.8s infinite;
  padding: 2em;
  margin: 0;
}

div {
  background-color: #0FF;
  animation: rainbow 2s infinite;
  -webkit-animation: rainbow 2s infinite;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section {
  padding: 2em;
  animation: rainbow 1s infinite;
  -webkit-animation: rainbow 1s infinite;
  height: 100vh;
}

article {
  padding: 2em;
  animation: rainbow 3s infinite;
  -webkit-animation: rainbow 3s infinite;
}

p {
  animation: rainbow 0.5s infinite, rainbow-text 4s infinite;
  -webkit-animation: rainbow 0.5s infinite, rainbow-text 4s infinite;
  padding: 2em;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2em;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}

h3{
  width: 200px;
  bottom: 75px;
  font-size: 12px;
  background-color: yellow;
}

@keyframes rainbow {
  0% {
    background-color: #F00;
  }
  10% {
    background-color: #0F0;
  }
  20% {
    background-color: #00F;
  }
  30% {
    background-color: #0F0;
  }
  40% {
    background-color: #FF0;
  }
  50% {
    background-color: #FFF;
  }
  60% {
    background-color: #FF0;
  }
  70% {
    background-color: #0F0;
  }
  80% {
    background-color: #00F;
  }
  90% {
    background-color: #0F0;
  }
  100% {
    background-color: #F00;
  }
}
@-webkit-keyframes rainbow {
  0% {
    background-color: #F00;
  }
  10% {
    background-color: #0F0;
  }
  20% {
    background-color: #00F;
  }
  30% {
    background-color: #0F0;
  }
  40% {
    background-color: #FF0;
  }
  50% {
    background-color: #FFF;
  }
  60% {
    background-color: #FF0;
  }
  70% {
    background-color: #0F0;
  }
  80% {
    background-color: #00F;
  }
  90% {
    background-color: #0F0;
  }
  100% {
    background-color: #F00;
  }
}
@keyframes rainbow-text {
  0% {
    color: #F00;
    text-shadow: 0px 2px 2px #F00;
  }
  10% {
    color: #0F0;
    text-shadow: 5px 5px 5px #FF0;
  }
  20% {
    color: #00F;
    text-shadow: 0px 5px 5px #FFF;
  }
  30% {
    color: #0F0;
    text-shadow: 5px 10px 5px #00F;
  }
  40% {
    color: #FF0;
    text-shadow: 10px 5px 5px #OFF;
  }
  50% {
    color: #FFF;
    text-shadow: 5px 10px 5px #0F0;
  }
  60% {
    color: #FF0;
    text-shadow: 0px 10px 5px #FF0;
  }
  70% {
    color: #0F0;
    text-shadow: 5px 5px 5px #FFF;
  }
  80% {
    color: #00F;
    text-shadow: 10px 0px 5px #FF0;
  }
  90% {
    color: #0F0;
    text-shadow: 5px 0px 5px #0FF;
  }
  100% {
    color: #F00;
    text-shadow: 0px 0px 5px #F00;
  }
}
@-webkit-keyframes rainbow-text {
  0% {
    color: #F00;
    text-shadow: 0px 2px 2px #F00;
  }
  10% {
    color: #0F0;
    text-shadow: 5px 5px 5px #FF0;
  }
  20% {
    color: #00F;
    text-shadow: 0px 5px 5px #FFF;
  }
  30% {
    color: #0F0;
    text-shadow: 5px 10px 5px #00F;
  }
  40% {
    color: #FF0;
    text-shadow: 10px 5px 5px #OFF;
  }
  50% {
    color: #FFF;
    text-shadow: 5px 10px 5px #0F0;
  }
  60% {
    color: #FF0;
    text-shadow: 0px 10px 5px #FF0;
  }
  70% {
    color: #0F0;
    text-shadow: 5px 5px 5px #FFF;
  }
  80% {
    color: #00F;
    text-shadow: 10px 0px 5px #FF0;
  }
  90% {
    color: #0F0;
    text-shadow: 5px 0px 5px #0FF;
  }
  100% {
    color: #F00;
    text-shadow: 0px 0px 5px #F00;
  }
}
