html, body {
  width: 100%;
  height: 100%;
}

body {
  background-color: #140032;
  overflow: hidden;
  margin: 0;
}
body *, body *:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
}

.feathers:nth-child(1) {
  transform: scale(0.125) rotate(11.25deg);
}
.feathers:nth-child(2) {
  transform: scale(0.25) rotate(22.5deg);
}
.feathers:nth-child(3) {
  transform: scale(0.375) rotate(33.75deg);
}
.feathers:nth-child(4) {
  transform: scale(0.5) rotate(45deg);
}
.feathers:nth-child(5) {
  transform: scale(0.625) rotate(56.25deg);
}
.feathers:nth-child(6) {
  transform: scale(0.75) rotate(67.5deg);
}
.feathers:nth-child(7) {
  transform: scale(0.875) rotate(78.75deg);
}
.feathers:nth-child(8) {
  transform: scale(1) rotate(90deg);
}
.feathers .feather {
  width: 30px;
  height: 100px;
}
.feathers .feather:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 5px dashed transparent;
  -webkit-animation: 3s Waving linear infinite;
          animation: 3s Waving linear infinite;
}
.feathers .feather:nth-child(0) {
  transform: rotate(0deg) translate(250px);
}
.feathers .feather:nth-child(0):after {
  border-right-color: red;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  box-shadow: red 1px 10px 2px;
}
.feathers .feather:nth-child(1) {
  transform: rotate(5.1428571429deg) translate(250px);
}
.feathers .feather:nth-child(1):after {
  border-right-color: #ff1600;
  -webkit-animation-delay: -0.1285714286s;
          animation-delay: -0.1285714286s;
  box-shadow: #ff1600 1px 10px 2px;
}
.feathers .feather:nth-child(2) {
  transform: rotate(10.2857142857deg) translate(250px);
}
.feathers .feather:nth-child(2):after {
  border-right-color: #ff2c00;
  -webkit-animation-delay: -0.2571428571s;
          animation-delay: -0.2571428571s;
  box-shadow: #ff2c00 1px 10px 2px;
}
.feathers .feather:nth-child(3) {
  transform: rotate(15.4285714286deg) translate(250px);
}
.feathers .feather:nth-child(3):after {
  border-right-color: #ff4200;
  -webkit-animation-delay: -0.3857142857s;
          animation-delay: -0.3857142857s;
  box-shadow: #ff4200 1px 10px 2px;
}
.feathers .feather:nth-child(4) {
  transform: rotate(20.5714285714deg) translate(250px);
}
.feathers .feather:nth-child(4):after {
  border-right-color: #ff5700;
  -webkit-animation-delay: -0.5142857143s;
          animation-delay: -0.5142857143s;
  box-shadow: #ff5700 1px 10px 2px;
}
.feathers .feather:nth-child(5) {
  transform: rotate(25.7142857143deg) translate(250px);
}
.feathers .feather:nth-child(5):after {
  border-right-color: #ff6d00;
  -webkit-animation-delay: -0.6428571429s;
          animation-delay: -0.6428571429s;
  box-shadow: #ff6d00 1px 10px 2px;
}
.feathers .feather:nth-child(6) {
  transform: rotate(30.8571428571deg) translate(250px);
}
.feathers .feather:nth-child(6):after {
  border-right-color: #ff8300;
  -webkit-animation-delay: -0.7714285714s;
          animation-delay: -0.7714285714s;
  box-shadow: #ff8300 1px 10px 2px;
}
.feathers .feather:nth-child(7) {
  transform: rotate(36deg) translate(250px);
}
.feathers .feather:nth-child(7):after {
  border-right-color: #ff9900;
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
  box-shadow: #ff9900 1px 10px 2px;
}
.feathers .feather:nth-child(8) {
  transform: rotate(41.1428571429deg) translate(250px);
}
.feathers .feather:nth-child(8):after {
  border-right-color: #ffaf00;
  -webkit-animation-delay: -1.0285714286s;
          animation-delay: -1.0285714286s;
  box-shadow: #ffaf00 1px 10px 2px;
}
.feathers .feather:nth-child(9) {
  transform: rotate(46.2857142857deg) translate(250px);
}
.feathers .feather:nth-child(9):after {
  border-right-color: #ffc500;
  -webkit-animation-delay: -1.1571428571s;
          animation-delay: -1.1571428571s;
  box-shadow: #ffc500 1px 10px 2px;
}
.feathers .feather:nth-child(10) {
  transform: rotate(51.4285714286deg) translate(250px);
}
.feathers .feather:nth-child(10):after {
  border-right-color: #ffdb00;
  -webkit-animation-delay: -1.2857142857s;
          animation-delay: -1.2857142857s;
  box-shadow: #ffdb00 1px 10px 2px;
}
.feathers .feather:nth-child(11) {
  transform: rotate(56.5714285714deg) translate(250px);
}
.feathers .feather:nth-child(11):after {
  border-right-color: #fff000;
  -webkit-animation-delay: -1.4142857143s;
          animation-delay: -1.4142857143s;
  box-shadow: #fff000 1px 10px 2px;
}
.feathers .feather:nth-child(12) {
  transform: rotate(61.7142857143deg) translate(250px);
}
.feathers .feather:nth-child(12):after {
  border-right-color: #f8ff00;
  -webkit-animation-delay: -1.5428571429s;
          animation-delay: -1.5428571429s;
  box-shadow: #f8ff00 1px 10px 2px;
}
.feathers .feather:nth-child(13) {
  transform: rotate(66.8571428571deg) translate(250px);
}
.feathers .feather:nth-child(13):after {
  border-right-color: #e2ff00;
  -webkit-animation-delay: -1.6714285714s;
          animation-delay: -1.6714285714s;
  box-shadow: #e2ff00 1px 10px 2px;
}
.feathers .feather:nth-child(14) {
  transform: rotate(72deg) translate(250px);
}
.feathers .feather:nth-child(14):after {
  border-right-color: #ccff00;
  -webkit-animation-delay: -1.8s;
          animation-delay: -1.8s;
  box-shadow: #ccff00 1px 10px 2px;
}
.feathers .feather:nth-child(15) {
  transform: rotate(77.1428571429deg) translate(250px);
}
.feathers .feather:nth-child(15):after {
  border-right-color: #b6ff00;
  -webkit-animation-delay: -1.9285714286s;
          animation-delay: -1.9285714286s;
  box-shadow: #b6ff00 1px 10px 2px;
}
.feathers .feather:nth-child(16) {
  transform: rotate(82.2857142857deg) translate(250px);
}
.feathers .feather:nth-child(16):after {
  border-right-color: #a0ff00;
  -webkit-animation-delay: -2.0571428571s;
          animation-delay: -2.0571428571s;
  box-shadow: #a0ff00 1px 10px 2px;
}
.feathers .feather:nth-child(17) {
  transform: rotate(87.4285714286deg) translate(250px);
}
.feathers .feather:nth-child(17):after {
  border-right-color: #8aff00;
  -webkit-animation-delay: -2.1857142857s;
          animation-delay: -2.1857142857s;
  box-shadow: #8aff00 1px 10px 2px;
}
.feathers .feather:nth-child(18) {
  transform: rotate(92.5714285714deg) translate(250px);
}
.feathers .feather:nth-child(18):after {
  border-right-color: #75ff00;
  -webkit-animation-delay: -2.3142857143s;
          animation-delay: -2.3142857143s;
  box-shadow: #75ff00 1px 10px 2px;
}
.feathers .feather:nth-child(19) {
  transform: rotate(97.7142857143deg) translate(250px);
}
.feathers .feather:nth-child(19):after {
  border-right-color: #5fff00;
  -webkit-animation-delay: -2.4428571429s;
          animation-delay: -2.4428571429s;
  box-shadow: #5fff00 1px 10px 2px;
}
.feathers .feather:nth-child(20) {
  transform: rotate(102.8571428571deg) translate(250px);
}
.feathers .feather:nth-child(20):after {
  border-right-color: #49ff00;
  -webkit-animation-delay: -2.5714285714s;
          animation-delay: -2.5714285714s;
  box-shadow: #49ff00 1px 10px 2px;
}
.feathers .feather:nth-child(21) {
  transform: rotate(108deg) translate(250px);
}
.feathers .feather:nth-child(21):after {
  border-right-color: #33ff00;
  -webkit-animation-delay: -2.7s;
          animation-delay: -2.7s;
  box-shadow: #33ff00 1px 10px 2px;
}
.feathers .feather:nth-child(22) {
  transform: rotate(113.1428571429deg) translate(250px);
}
.feathers .feather:nth-child(22):after {
  border-right-color: #1dff00;
  -webkit-animation-delay: -2.8285714286s;
          animation-delay: -2.8285714286s;
  box-shadow: #1dff00 1px 10px 2px;
}
.feathers .feather:nth-child(23) {
  transform: rotate(118.2857142857deg) translate(250px);
}
.feathers .feather:nth-child(23):after {
  border-right-color: #07ff00;
  -webkit-animation-delay: -2.9571428571s;
          animation-delay: -2.9571428571s;
  box-shadow: #07ff00 1px 10px 2px;
}
.feathers .feather:nth-child(24) {
  transform: rotate(123.4285714286deg) translate(250px);
}
.feathers .feather:nth-child(24):after {
  border-right-color: #00ff0f;
  -webkit-animation-delay: -3.0857142857s;
          animation-delay: -3.0857142857s;
  box-shadow: #00ff0f 1px 10px 2px;
}
.feathers .feather:nth-child(25) {
  transform: rotate(128.5714285714deg) translate(250px);
}
.feathers .feather:nth-child(25):after {
  border-right-color: #00ff24;
  -webkit-animation-delay: -3.2142857143s;
          animation-delay: -3.2142857143s;
  box-shadow: #00ff24 1px 10px 2px;
}
.feathers .feather:nth-child(26) {
  transform: rotate(133.7142857143deg) translate(250px);
}
.feathers .feather:nth-child(26):after {
  border-right-color: #00ff3a;
  -webkit-animation-delay: -3.3428571429s;
          animation-delay: -3.3428571429s;
  box-shadow: #00ff3a 1px 10px 2px;
}
.feathers .feather:nth-child(27) {
  transform: rotate(138.8571428571deg) translate(250px);
}
.feathers .feather:nth-child(27):after {
  border-right-color: #00ff50;
  -webkit-animation-delay: -3.4714285714s;
          animation-delay: -3.4714285714s;
  box-shadow: #00ff50 1px 10px 2px;
}
.feathers .feather:nth-child(28) {
  transform: rotate(144deg) translate(250px);
}
.feathers .feather:nth-child(28):after {
  border-right-color: #00ff66;
  -webkit-animation-delay: -3.6s;
          animation-delay: -3.6s;
  box-shadow: #00ff66 1px 10px 2px;
}
.feathers .feather:nth-child(29) {
  transform: rotate(149.1428571429deg) translate(250px);
}
.feathers .feather:nth-child(29):after {
  border-right-color: #00ff7c;
  -webkit-animation-delay: -3.7285714286s;
          animation-delay: -3.7285714286s;
  box-shadow: #00ff7c 1px 10px 2px;
}
.feathers .feather:nth-child(30) {
  transform: rotate(154.2857142857deg) translate(250px);
}
.feathers .feather:nth-child(30):after {
  border-right-color: #00ff92;
  -webkit-animation-delay: -3.8571428571s;
          animation-delay: -3.8571428571s;
  box-shadow: #00ff92 1px 10px 2px;
}
.feathers .feather:nth-child(31) {
  transform: rotate(159.4285714286deg) translate(250px);
}
.feathers .feather:nth-child(31):after {
  border-right-color: #00ffa8;
  -webkit-animation-delay: -3.9857142857s;
          animation-delay: -3.9857142857s;
  box-shadow: #00ffa8 1px 10px 2px;
}
.feathers .feather:nth-child(32) {
  transform: rotate(164.5714285714deg) translate(250px);
}
.feathers .feather:nth-child(32):after {
  border-right-color: #00ffbd;
  -webkit-animation-delay: -4.1142857143s;
          animation-delay: -4.1142857143s;
  box-shadow: #00ffbd 1px 10px 2px;
}
.feathers .feather:nth-child(33) {
  transform: rotate(169.7142857143deg) translate(250px);
}
.feathers .feather:nth-child(33):after {
  border-right-color: #00ffd3;
  -webkit-animation-delay: -4.2428571429s;
          animation-delay: -4.2428571429s;
  box-shadow: #00ffd3 1px 10px 2px;
}
.feathers .feather:nth-child(34) {
  transform: rotate(174.8571428571deg) translate(250px);
}
.feathers .feather:nth-child(34):after {
  border-right-color: #00ffe9;
  -webkit-animation-delay: -4.3714285714s;
          animation-delay: -4.3714285714s;
  box-shadow: #00ffe9 1px 10px 2px;
}
.feathers .feather:nth-child(35) {
  transform: rotate(180deg) translate(250px);
}
.feathers .feather:nth-child(35):after {
  border-right-color: aqua;
  -webkit-animation-delay: -4.5s;
          animation-delay: -4.5s;
  box-shadow: aqua 1px 10px 2px;
}
.feathers .feather:nth-child(36) {
  transform: rotate(185.1428571429deg) translate(250px);
}
.feathers .feather:nth-child(36):after {
  border-right-color: #00e9ff;
  -webkit-animation-delay: -4.6285714286s;
          animation-delay: -4.6285714286s;
  box-shadow: #00e9ff 1px 10px 2px;
}
.feathers .feather:nth-child(37) {
  transform: rotate(190.2857142857deg) translate(250px);
}
.feathers .feather:nth-child(37):after {
  border-right-color: #00d3ff;
  -webkit-animation-delay: -4.7571428571s;
          animation-delay: -4.7571428571s;
  box-shadow: #00d3ff 1px 10px 2px;
}
.feathers .feather:nth-child(38) {
  transform: rotate(195.4285714286deg) translate(250px);
}
.feathers .feather:nth-child(38):after {
  border-right-color: #00bdff;
  -webkit-animation-delay: -4.8857142857s;
          animation-delay: -4.8857142857s;
  box-shadow: #00bdff 1px 10px 2px;
}
.feathers .feather:nth-child(39) {
  transform: rotate(200.5714285714deg) translate(250px);
}
.feathers .feather:nth-child(39):after {
  border-right-color: #00a8ff;
  -webkit-animation-delay: -5.0142857143s;
          animation-delay: -5.0142857143s;
  box-shadow: #00a8ff 1px 10px 2px;
}
.feathers .feather:nth-child(40) {
  transform: rotate(205.7142857143deg) translate(250px);
}
.feathers .feather:nth-child(40):after {
  border-right-color: #0092ff;
  -webkit-animation-delay: -5.1428571429s;
          animation-delay: -5.1428571429s;
  box-shadow: #0092ff 1px 10px 2px;
}
.feathers .feather:nth-child(41) {
  transform: rotate(210.8571428571deg) translate(250px);
}
.feathers .feather:nth-child(41):after {
  border-right-color: #007cff;
  -webkit-animation-delay: -5.2714285714s;
          animation-delay: -5.2714285714s;
  box-shadow: #007cff 1px 10px 2px;
}
.feathers .feather:nth-child(42) {
  transform: rotate(216deg) translate(250px);
}
.feathers .feather:nth-child(42):after {
  border-right-color: #0066ff;
  -webkit-animation-delay: -5.4s;
          animation-delay: -5.4s;
  box-shadow: #0066ff 1px 10px 2px;
}
.feathers .feather:nth-child(43) {
  transform: rotate(221.1428571429deg) translate(250px);
}
.feathers .feather:nth-child(43):after {
  border-right-color: #0050ff;
  -webkit-animation-delay: -5.5285714286s;
          animation-delay: -5.5285714286s;
  box-shadow: #0050ff 1px 10px 2px;
}
.feathers .feather:nth-child(44) {
  transform: rotate(226.2857142857deg) translate(250px);
}
.feathers .feather:nth-child(44):after {
  border-right-color: #003aff;
  -webkit-animation-delay: -5.6571428571s;
          animation-delay: -5.6571428571s;
  box-shadow: #003aff 1px 10px 2px;
}
.feathers .feather:nth-child(45) {
  transform: rotate(231.4285714286deg) translate(250px);
}
.feathers .feather:nth-child(45):after {
  border-right-color: #0024ff;
  -webkit-animation-delay: -5.7857142857s;
          animation-delay: -5.7857142857s;
  box-shadow: #0024ff 1px 10px 2px;
}
.feathers .feather:nth-child(46) {
  transform: rotate(236.5714285714deg) translate(250px);
}
.feathers .feather:nth-child(46):after {
  border-right-color: #000fff;
  -webkit-animation-delay: -5.9142857143s;
          animation-delay: -5.9142857143s;
  box-shadow: #000fff 1px 10px 2px;
}
.feathers .feather:nth-child(47) {
  transform: rotate(241.7142857143deg) translate(250px);
}
.feathers .feather:nth-child(47):after {
  border-right-color: #0700ff;
  -webkit-animation-delay: -6.0428571429s;
          animation-delay: -6.0428571429s;
  box-shadow: #0700ff 1px 10px 2px;
}
.feathers .feather:nth-child(48) {
  transform: rotate(246.8571428571deg) translate(250px);
}
.feathers .feather:nth-child(48):after {
  border-right-color: #1d00ff;
  -webkit-animation-delay: -6.1714285714s;
          animation-delay: -6.1714285714s;
  box-shadow: #1d00ff 1px 10px 2px;
}
.feathers .feather:nth-child(49) {
  transform: rotate(252deg) translate(250px);
}
.feathers .feather:nth-child(49):after {
  border-right-color: #3300ff;
  -webkit-animation-delay: -6.3s;
          animation-delay: -6.3s;
  box-shadow: #3300ff 1px 10px 2px;
}
.feathers .feather:nth-child(50) {
  transform: rotate(257.1428571429deg) translate(250px);
}
.feathers .feather:nth-child(50):after {
  border-right-color: #4900ff;
  -webkit-animation-delay: -6.4285714286s;
          animation-delay: -6.4285714286s;
  box-shadow: #4900ff 1px 10px 2px;
}
.feathers .feather:nth-child(51) {
  transform: rotate(262.2857142857deg) translate(250px);
}
.feathers .feather:nth-child(51):after {
  border-right-color: #5f00ff;
  -webkit-animation-delay: -6.5571428571s;
          animation-delay: -6.5571428571s;
  box-shadow: #5f00ff 1px 10px 2px;
}
.feathers .feather:nth-child(52) {
  transform: rotate(267.4285714286deg) translate(250px);
}
.feathers .feather:nth-child(52):after {
  border-right-color: #7500ff;
  -webkit-animation-delay: -6.6857142857s;
          animation-delay: -6.6857142857s;
  box-shadow: #7500ff 1px 10px 2px;
}
.feathers .feather:nth-child(53) {
  transform: rotate(272.5714285714deg) translate(250px);
}
.feathers .feather:nth-child(53):after {
  border-right-color: #8a00ff;
  -webkit-animation-delay: -6.8142857143s;
          animation-delay: -6.8142857143s;
  box-shadow: #8a00ff 1px 10px 2px;
}
.feathers .feather:nth-child(54) {
  transform: rotate(277.7142857143deg) translate(250px);
}
.feathers .feather:nth-child(54):after {
  border-right-color: #a000ff;
  -webkit-animation-delay: -6.9428571429s;
          animation-delay: -6.9428571429s;
  box-shadow: #a000ff 1px 10px 2px;
}
.feathers .feather:nth-child(55) {
  transform: rotate(282.8571428571deg) translate(250px);
}
.feathers .feather:nth-child(55):after {
  border-right-color: #b600ff;
  -webkit-animation-delay: -7.0714285714s;
          animation-delay: -7.0714285714s;
  box-shadow: #b600ff 1px 10px 2px;
}
.feathers .feather:nth-child(56) {
  transform: rotate(288deg) translate(250px);
}
.feathers .feather:nth-child(56):after {
  border-right-color: #cc00ff;
  -webkit-animation-delay: -7.2s;
          animation-delay: -7.2s;
  box-shadow: #cc00ff 1px 10px 2px;
}
.feathers .feather:nth-child(57) {
  transform: rotate(293.1428571429deg) translate(250px);
}
.feathers .feather:nth-child(57):after {
  border-right-color: #e200ff;
  -webkit-animation-delay: -7.3285714286s;
          animation-delay: -7.3285714286s;
  box-shadow: #e200ff 1px 10px 2px;
}
.feathers .feather:nth-child(58) {
  transform: rotate(298.2857142857deg) translate(250px);
}
.feathers .feather:nth-child(58):after {
  border-right-color: #f800ff;
  -webkit-animation-delay: -7.4571428571s;
          animation-delay: -7.4571428571s;
  box-shadow: #f800ff 1px 10px 2px;
}
.feathers .feather:nth-child(59) {
  transform: rotate(303.4285714286deg) translate(250px);
}
.feathers .feather:nth-child(59):after {
  border-right-color: #ff00f0;
  -webkit-animation-delay: -7.5857142857s;
          animation-delay: -7.5857142857s;
  box-shadow: #ff00f0 1px 10px 2px;
}
.feathers .feather:nth-child(60) {
  transform: rotate(308.5714285714deg) translate(250px);
}
.feathers .feather:nth-child(60):after {
  border-right-color: #ff00db;
  -webkit-animation-delay: -7.7142857143s;
          animation-delay: -7.7142857143s;
  box-shadow: #ff00db 1px 10px 2px;
}
.feathers .feather:nth-child(61) {
  transform: rotate(313.7142857143deg) translate(250px);
}
.feathers .feather:nth-child(61):after {
  border-right-color: #ff00c5;
  -webkit-animation-delay: -7.8428571429s;
          animation-delay: -7.8428571429s;
  box-shadow: #ff00c5 1px 10px 2px;
}
.feathers .feather:nth-child(62) {
  transform: rotate(318.8571428571deg) translate(250px);
}
.feathers .feather:nth-child(62):after {
  border-right-color: #ff00af;
  -webkit-animation-delay: -7.9714285714s;
          animation-delay: -7.9714285714s;
  box-shadow: #ff00af 1px 10px 2px;
}
.feathers .feather:nth-child(63) {
  transform: rotate(324deg) translate(250px);
}
.feathers .feather:nth-child(63):after {
  border-right-color: #ff0099;
  -webkit-animation-delay: -8.1s;
          animation-delay: -8.1s;
  box-shadow: #ff0099 1px 10px 2px;
}
.feathers .feather:nth-child(64) {
  transform: rotate(329.1428571429deg) translate(250px);
}
.feathers .feather:nth-child(64):after {
  border-right-color: #ff0083;
  -webkit-animation-delay: -8.2285714286s;
          animation-delay: -8.2285714286s;
  box-shadow: #ff0083 1px 10px 2px;
}
.feathers .feather:nth-child(65) {
  transform: rotate(334.2857142857deg) translate(250px);
}
.feathers .feather:nth-child(65):after {
  border-right-color: #ff006d;
  -webkit-animation-delay: -8.3571428571s;
          animation-delay: -8.3571428571s;
  box-shadow: #ff006d 1px 10px 2px;
}
.feathers .feather:nth-child(66) {
  transform: rotate(339.4285714286deg) translate(250px);
}
.feathers .feather:nth-child(66):after {
  border-right-color: #ff0057;
  -webkit-animation-delay: -8.4857142857s;
          animation-delay: -8.4857142857s;
  box-shadow: #ff0057 1px 10px 2px;
}
.feathers .feather:nth-child(67) {
  transform: rotate(344.5714285714deg) translate(250px);
}
.feathers .feather:nth-child(67):after {
  border-right-color: #ff0042;
  -webkit-animation-delay: -8.6142857143s;
          animation-delay: -8.6142857143s;
  box-shadow: #ff0042 1px 10px 2px;
}
.feathers .feather:nth-child(68) {
  transform: rotate(349.7142857143deg) translate(250px);
}
.feathers .feather:nth-child(68):after {
  border-right-color: #ff002c;
  -webkit-animation-delay: -8.7428571429s;
          animation-delay: -8.7428571429s;
  box-shadow: #ff002c 1px 10px 2px;
}
.feathers .feather:nth-child(69) {
  transform: rotate(354.8571428571deg) translate(250px);
}
.feathers .feather:nth-child(69):after {
  border-right-color: #ff0016;
  -webkit-animation-delay: -8.8714285714s;
          animation-delay: -8.8714285714s;
  box-shadow: #ff0016 1px 10px 2px;
}
.feathers .feather:nth-child(70) {
  transform: rotate(360deg) translate(250px);
}
.feathers .feather:nth-child(70):after {
  border-right-color: red;
  -webkit-animation-delay: -9s;
          animation-delay: -9s;
  box-shadow: red 1px 10px 2px;
}

@-webkit-keyframes Waving {
  50% {
    transform: rotate(-180deg) scale(3, -1);
  }
}

@keyframes Waving {
  50% {
    transform: rotate(-180deg) scale(3, -1);
  }
}