* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}

.Rotation {
	-webkit-transform: rotate(360deg);
	animation: rotation 8s linear infinite;
	-moz-animation: rotation 8s linear infinite;
	-webkit-animation: rotation 8s linear infinite;
	-o-animation: rotation 8s linear infinite
}

.Rotation:hover {
	-webkit-animation-play-state: paused;
	animation-play-state: paused
}
.abcd .star1{
width:36px;
height:36px;
position: absolute;
bottom: 566px;
left:30px;
}
.abcd .star2{
width:36px;
height:36px;
position: absolute;
bottom: 606px;
left:50px;
}
.abcd .star3{
width:36px;
height:36px;
position: absolute;
bottom: 611px;
left:120px;
}
.abcd .star4{
width:36px;
height:36px;
position: absolute;
bottom: 571px;
left:140px;
}
.abcd .star5{
width:36px;
height:36px;
position: absolute;
bottom: 566px;
left:190px;
}
.abcd .star6{
width:36px;
height:36px;
position: absolute;
bottom: 551px;
left:235px;
}
.abcd .star7{
width:36px;
height:36px;
position: absolute;
bottom: 570px;
left:290px;
}
h2 {
  color: #e07b2d;
  font-family: sans-serif;
  font-size: 3em;
  animation: animate 0.5s linear infinite;
}
 
@keyframes animate {
  0%, 100% {
    text-shadow: -3.5px -3.5px 0 #0ff, 3.5px 3.5px 0 #f00;
  }
  25% {
    text-shadow: 3.5px 3.5px 0 #0ff, -3.5px -3.5px 0 #f00;
  }
  50% {
    text-shadow: 3.5px -3.5px 0 #0ff, 3.5px -3.5px 0 #f00;
  }
  75% {
    text-shadow: -3.5px 3.5px 0 #0ff, -3.5px 3.5px 0 #f00;
  }
}

.zwz h3 {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 23px;
    color:#000;
    text-shadow: 0 0 10px #ffff00,
                    0 0 20px #ffff00,
                    0 0 30px #ffff00,
                    0 0 40px #fff700,
                    0 0 70px #fff700,
                    0 0 80px #fff700,
                    0 0 100px #fff700,
                    0 0 150px #fff700;
}
.zwz h3{
   animation: light 1.5s ease infinite alternate;
}