.wrap {
  position: relative;
  min-height: 100%;
}

.stripe {
  height: 100%;
  width: 20px;
  position: absolute;
  -webkit-animation: rain 4s infinite alternate;
          animation: rain 4s infinite alternate;
}

@-webkit-keyframes rain {
  100% {
    top: 100%;
  }
}

@keyframes rain {
  100% {
    top: 100%;
  }
}
.stripe:nth-child(1) {
  left: 31%;
  background: rgba(64, 113, 191, 0.8);
  top: -100%;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.stripe:nth-child(2) {
  left: 97%;
  background: rgba(149, 64, 191, 0.8);
  top: -100%;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.stripe:nth-child(3) {
  left: 88%;
  background: rgba(64, 166, 191, 0.8);
  top: -100%;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.stripe:nth-child(4) {
  left: 42%;
  background: rgba(64, 191, 115, 0.8);
  top: -100%;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.stripe:nth-child(5) {
  left: 14%;
  background: rgba(191, 159, 64, 0.8);
  top: -100%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.stripe:nth-child(6) {
  left: 28%;
  background: rgba(104, 64, 191, 0.8);
  top: -100%;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.stripe:nth-child(7) {
  left: 21%;
  background: rgba(64, 191, 140, 0.8);
  top: -100%;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.stripe:nth-child(8) {
  left: 30%;
  background: rgba(191, 155, 64, 0.8);
  top: -100%;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.stripe:nth-child(9) {
  left: 20%;
  background: rgba(191, 119, 64, 0.8);
  top: -100%;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.stripe:nth-child(10) {
  left: 78%;
  background: rgba(72, 64, 191, 0.8);
  top: -100%;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.stripe:nth-child(11) {
  left: 76%;
  background: rgba(149, 64, 191, 0.8);
  top: -100%;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.stripe:nth-child(12) {
  left: 36%;
  background: rgba(191, 108, 64, 0.8);
  top: -100%;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.stripe:nth-child(13) {
  left: 43%;
  background: rgba(191, 64, 136, 0.8);
  top: -100%;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.stripe:nth-child(14) {
  left: 27%;
  background: rgba(191, 64, 130, 0.8);
  top: -100%;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.stripe:nth-child(15) {
  left: 2%;
  background: rgba(64, 191, 140, 0.8);
  top: -100%;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.stripe:nth-child(16) {
  left: 82%;
  background: rgba(191, 70, 64, 0.8);
  top: -100%;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.stripe:nth-child(17) {
  left: 26%;
  background: rgba(191, 147, 64, 0.8);
  top: -100%;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.stripe:nth-child(18) {
  left: 100%;
  background: rgba(64, 170, 191, 0.8);
  top: -100%;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.stripe:nth-child(19) {
  left: 19%;
  background: rgba(191, 64, 159, 0.8);
  top: -100%;
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.stripe:nth-child(20) {
  left: 74%;
  background: rgba(191, 164, 64, 0.8);
  top: -100%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.stripe:nth-child(21) {
  left: 67%;
  background: rgba(64, 191, 115, 0.8);
  top: -100%;
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.stripe:nth-child(22) {
  left: 40%;
  background: rgba(191, 64, 100, 0.8);
  top: -100%;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.stripe:nth-child(23) {
  left: 47%;
  background: rgba(64, 191, 83, 0.8);
  top: -100%;
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}

.stripe:nth-child(24) {
  left: 15%;
  background: rgba(64, 191, 96, 0.8);
  top: -100%;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.stripe:nth-child(25) {
  left: 44%;
  background: rgba(191, 183, 64, 0.8);
  top: -100%;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.stripe:nth-child(26) {
  left: 41%;
  background: rgba(70, 191, 64, 0.8);
  top: -100%;
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

.stripe:nth-child(27) {
  left: 6%;
  background: rgba(191, 64, 85, 0.8);
  top: -100%;
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

.stripe:nth-child(28) {
  left: 56%;
  background: rgba(191, 176, 64, 0.8);
  top: -100%;
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

.stripe:nth-child(29) {
  left: 39%;
  background: rgba(191, 64, 140, 0.8);
  top: -100%;
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}

.stripe:nth-child(30) {
  left: 71%;
  background: rgba(117, 64, 191, 0.8);
  top: -100%;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.stripe:nth-child(31) {
  left: 73%;
  background: rgba(191, 128, 64, 0.8);
  top: -100%;
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}

.stripe:nth-child(32) {
  left: 15%;
  background: rgba(119, 191, 64, 0.8);
  top: -100%;
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}

.stripe:nth-child(33) {
  left: 40%;
  background: rgba(64, 191, 149, 0.8);
  top: -100%;
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}

.stripe:nth-child(34) {
  left: 42%;
  background: rgba(64, 102, 191, 0.8);
  top: -100%;
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}

.stripe:nth-child(35) {
  left: 47%;
  background: rgba(142, 191, 64, 0.8);
  top: -100%;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.stripe:nth-child(36) {
  left: 53%;
  background: rgba(191, 140, 64, 0.8);
  top: -100%;
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}

.stripe:nth-child(37) {
  left: 91%;
  background: rgba(191, 64, 161, 0.8);
  top: -100%;
  -webkit-animation-delay: 3.7s;
          animation-delay: 3.7s;
}

.stripe:nth-child(38) {
  left: 85%;
  background: rgba(191, 128, 64, 0.8);
  top: -100%;
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}

.stripe:nth-child(39) {
  left: 20%;
  background: rgba(64, 191, 74, 0.8);
  top: -100%;
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s;
}

.stripe:nth-child(40) {
  left: 17%;
  background: rgba(64, 191, 121, 0.8);
  top: -100%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.stripe:nth-child(41) {
  left: 75%;
  background: rgba(191, 64, 72, 0.8);
  top: -100%;
  -webkit-animation-delay: 4.1s;
          animation-delay: 4.1s;
}

.stripe:nth-child(42) {
  left: 90%;
  background: rgba(191, 132, 64, 0.8);
  top: -100%;
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}

.stripe:nth-child(43) {
  left: 68%;
  background: rgba(191, 64, 119, 0.8);
  top: -100%;
  -webkit-animation-delay: 4.3s;
          animation-delay: 4.3s;
}

.stripe:nth-child(44) {
  left: 90%;
  background: rgba(64, 187, 191, 0.8);
  top: -100%;
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}

.stripe:nth-child(45) {
  left: 38%;
  background: rgba(104, 64, 191, 0.8);
  top: -100%;
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.stripe:nth-child(46) {
  left: 60%;
  background: rgba(191, 125, 64, 0.8);
  top: -100%;
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
}

.stripe:nth-child(47) {
  left: 47%;
  background: rgba(64, 191, 179, 0.8);
  top: -100%;
  -webkit-animation-delay: 4.7s;
          animation-delay: 4.7s;
}

.stripe:nth-child(48) {
  left: 5%;
  background: rgba(64, 191, 176, 0.8);
  top: -100%;
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}

.stripe:nth-child(49) {
  left: 55%;
  background: rgba(159, 64, 191, 0.8);
  top: -100%;
  -webkit-animation-delay: 4.9s;
          animation-delay: 4.9s;
}

.stripe:nth-child(50) {
  left: 35%;
  background: rgba(85, 64, 191, 0.8);
  top: -100%;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.stripe:nth-child(51) {
  left: 50%;
  background: rgba(64, 70, 191, 0.8);
  top: -100%;
  -webkit-animation-delay: 5.1s;
          animation-delay: 5.1s;
}

.stripe:nth-child(52) {
  left: 37%;
  background: rgba(100, 64, 191, 0.8);
  top: -100%;
  -webkit-animation-delay: 5.2s;
          animation-delay: 5.2s;
}

.stripe:nth-child(53) {
  left: 28%;
  background: rgba(191, 64, 157, 0.8);
  top: -100%;
  -webkit-animation-delay: 5.3s;
          animation-delay: 5.3s;
}

.stripe:nth-child(54) {
  left: 88%;
  background: rgba(102, 191, 64, 0.8);
  top: -100%;
  -webkit-animation-delay: 5.4s;
          animation-delay: 5.4s;
}

.stripe:nth-child(55) {
  left: 85%;
  background: rgba(191, 64, 138, 0.8);
  top: -100%;
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

.stripe:nth-child(56) {
  left: 79%;
  background: rgba(64, 191, 66, 0.8);
  top: -100%;
  -webkit-animation-delay: 5.6s;
          animation-delay: 5.6s;
}

.stripe:nth-child(57) {
  left: 100%;
  background: rgba(191, 106, 64, 0.8);
  top: -100%;
  -webkit-animation-delay: 5.7s;
          animation-delay: 5.7s;
}

.stripe:nth-child(58) {
  left: 4%;
  background: rgba(159, 64, 191, 0.8);
  top: -100%;
  -webkit-animation-delay: 5.8s;
          animation-delay: 5.8s;
}

.stripe:nth-child(59) {
  left: 21%;
  background: rgba(64, 191, 91, 0.8);
  top: -100%;
  -webkit-animation-delay: 5.9s;
          animation-delay: 5.9s;
}

.stripe:nth-child(60) {
  left: 21%;
  background: rgba(64, 191, 151, 0.8);
  top: -100%;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.stripe:nth-child(61) {
  left: 24%;
  background: rgba(111, 191, 64, 0.8);
  top: -100%;
  -webkit-animation-delay: 6.1s;
          animation-delay: 6.1s;
}

.stripe:nth-child(62) {
  left: 51%;
  background: rgba(66, 64, 191, 0.8);
  top: -100%;
  -webkit-animation-delay: 6.2s;
          animation-delay: 6.2s;
}

.stripe:nth-child(63) {
  left: 67%;
  background: rgba(191, 64, 113, 0.8);
  top: -100%;
  -webkit-animation-delay: 6.3s;
          animation-delay: 6.3s;
}

.stripe:nth-child(64) {
  left: 2%;
  background: rgba(191, 134, 64, 0.8);
  top: -100%;
  -webkit-animation-delay: 6.4s;
          animation-delay: 6.4s;
}

.stripe:nth-child(65) {
  left: 56%;
  background: rgba(64, 191, 123, 0.8);
  top: -100%;
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}

.stripe:nth-child(66) {
  left: 38%;
  background: rgba(64, 191, 83, 0.8);
  top: -100%;
  -webkit-animation-delay: 6.6s;
          animation-delay: 6.6s;
}

.stripe:nth-child(67) {
  left: 48%;
  background: rgba(174, 191, 64, 0.8);
  top: -100%;
  -webkit-animation-delay: 6.7s;
          animation-delay: 6.7s;
}

.stripe:nth-child(68) {
  left: 88%;
  background: rgba(83, 64, 191, 0.8);
  top: -100%;
  -webkit-animation-delay: 6.8s;
          animation-delay: 6.8s;
}

.stripe:nth-child(69) {
  left: 27%;
  background: rgba(128, 191, 64, 0.8);
  top: -100%;
  -webkit-animation-delay: 6.9s;
          animation-delay: 6.9s;
}

.stripe:nth-child(70) {
  left: 22%;
  background: rgba(64, 191, 153, 0.8);
  top: -100%;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.stripe:nth-child(71) {
  left: 23%;
  background: rgba(64, 136, 191, 0.8);
  top: -100%;
  -webkit-animation-delay: 7.1s;
          animation-delay: 7.1s;
}

.stripe:nth-child(72) {
  left: 42%;
  background: rgba(191, 98, 64, 0.8);
  top: -100%;
  -webkit-animation-delay: 7.2s;
          animation-delay: 7.2s;
}

.stripe:nth-child(73) {
  left: 47%;
  background: rgba(108, 64, 191, 0.8);
  top: -100%;
  -webkit-animation-delay: 7.3s;
          animation-delay: 7.3s;
}

.stripe:nth-child(74) {
  left: 97%;
  background: rgba(64, 108, 191, 0.8);
  top: -100%;
  -webkit-animation-delay: 7.4s;
          animation-delay: 7.4s;
}

.stripe:nth-child(75) {
  left: 18%;
  background: rgba(191, 159, 64, 0.8);
  top: -100%;
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}

.stripe:nth-child(76) {
  left: 57%;
  background: rgba(191, 64, 161, 0.8);
  top: -100%;
  -webkit-animation-delay: 7.6s;
          animation-delay: 7.6s;
}

.stripe:nth-child(77) {
  left: 93%;
  background: rgba(191, 64, 81, 0.8);
  top: -100%;
  -webkit-animation-delay: 7.7s;
          animation-delay: 7.7s;
}

.stripe:nth-child(78) {
  left: 39%;
  background: rgba(64, 191, 96, 0.8);
  top: -100%;
  -webkit-animation-delay: 7.8s;
          animation-delay: 7.8s;
}

.stripe:nth-child(79) {
  left: 43%;
  background: rgba(64, 191, 185, 0.8);
  top: -100%;
  -webkit-animation-delay: 7.9s;
          animation-delay: 7.9s;
}

.stripe:nth-child(80) {
  left: 52%;
  background: rgba(64, 191, 91, 0.8);
  top: -100%;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.stripe:nth-child(81) {
  left: 25%;
  background: rgba(132, 191, 64, 0.8);
  top: -100%;
  -webkit-animation-delay: 8.1s;
          animation-delay: 8.1s;
}

.stripe:nth-child(82) {
  left: 38%;
  background: rgba(191, 64, 134, 0.8);
  top: -100%;
  -webkit-animation-delay: 8.2s;
          animation-delay: 8.2s;
}

.stripe:nth-child(83) {
  left: 99%;
  background: rgba(191, 64, 170, 0.8);
  top: -100%;
  -webkit-animation-delay: 8.3s;
          animation-delay: 8.3s;
}

.stripe:nth-child(84) {
  left: 80%;
  background: rgba(64, 187, 191, 0.8);
  top: -100%;
  -webkit-animation-delay: 8.4s;
          animation-delay: 8.4s;
}

.stripe:nth-child(85) {
  left: 92%;
  background: rgba(100, 191, 64, 0.8);
  top: -100%;
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}

.stripe:nth-child(86) {
  left: 74%;
  background: rgba(178, 64, 191, 0.8);
  top: -100%;
  -webkit-animation-delay: 8.6s;
          animation-delay: 8.6s;
}

.stripe:nth-child(87) {
  left: 40%;
  background: rgba(64, 115, 191, 0.8);
  top: -100%;
  -webkit-animation-delay: 8.7s;
          animation-delay: 8.7s;
}

.stripe:nth-child(88) {
  left: 8%;
  background: rgba(64, 191, 130, 0.8);
  top: -100%;
  -webkit-animation-delay: 8.8s;
          animation-delay: 8.8s;
}

.stripe:nth-child(89) {
  left: 38%;
  background: rgba(191, 166, 64, 0.8);
  top: -100%;
  -webkit-animation-delay: 8.9s;
          animation-delay: 8.9s;
}

.stripe:nth-child(90) {
  left: 51%;
  background: rgba(191, 64, 185, 0.8);
  top: -100%;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}

.stripe:nth-child(91) {
  left: 36%;
  background: rgba(191, 83, 64, 0.8);
  top: -100%;
  -webkit-animation-delay: 9.1s;
          animation-delay: 9.1s;
}

.stripe:nth-child(92) {
  left: 39%;
  background: rgba(89, 64, 191, 0.8);
  top: -100%;
  -webkit-animation-delay: 9.2s;
          animation-delay: 9.2s;
}

.stripe:nth-child(93) {
  left: 78%;
  background: rgba(174, 64, 191, 0.8);
  top: -100%;
  -webkit-animation-delay: 9.3s;
          animation-delay: 9.3s;
}

.stripe:nth-child(94) {
  left: 14%;
  background: rgba(87, 191, 64, 0.8);
  top: -100%;
  -webkit-animation-delay: 9.4s;
          animation-delay: 9.4s;
}

.stripe:nth-child(95) {
  left: 13%;
  background: rgba(162, 64, 191, 0.8);
  top: -100%;
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.stripe:nth-child(96) {
  left: 52%;
  background: rgba(81, 64, 191, 0.8);
  top: -100%;
  -webkit-animation-delay: 9.6s;
          animation-delay: 9.6s;
}

.stripe:nth-child(97) {
  left: 56%;
  background: rgba(157, 64, 191, 0.8);
  top: -100%;
  -webkit-animation-delay: 9.7s;
          animation-delay: 9.7s;
}

.stripe:nth-child(98) {
  left: 16%;
  background: rgba(64, 191, 136, 0.8);
  top: -100%;
  -webkit-animation-delay: 9.8s;
          animation-delay: 9.8s;
}

.stripe:nth-child(99) {
  left: 20%;
  background: rgba(64, 147, 191, 0.8);
  top: -100%;
  -webkit-animation-delay: 9.9s;
          animation-delay: 9.9s;
}

.stripe:nth-child(100) {
  left: 34%;
  background: rgba(64, 170, 191, 0.8);
  top: -100%;
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
