*, *:after, *:before {
  box-sizing: border-box;
}

body {
  display: flex;
  background: black;
  height: 100vh;
  width: 100vw;
  align-items: center;
  justify-content: center;
  font-family: 'Play', sans-serif;
  overflow: hidden;
}

.screen {
  width: 100%;
  padding-top: 75%;
  position: relative;
  max-height: 100vh;
  transform-style: preserve-3d;
  perspective: 400px;
  overflow: hidden;
}

.inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 1%;
  padding-top: 10%;
  transform-style: preserve-3d;
  animation: enter 16s cubic-bezier(1, 0, 0.4, 1) infinite;
}

.inner .inner-bg {
  background-image: [img] nebula_prju57;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: translateZ(-30vw) scale(1.4);
  opacity: .8;
}

.box-container {
  width: calc(100%/14);
  padding: 1%;
  position: relative;
  z-index: 100;
  transform-style: preserve-3d;
}

.box {
  width: 100%;
  padding-top: 100%;
  position: relative;
  transform-style: preserve-3d;
}

.box-container:nth-child(1) .box {
  transform: translateZ(-1vw);
  background-color: rgba(81, 88, 121, 0.95);
}

.box-container:nth-child(2) .box {
  transform: translateZ(-19vw);
  background-color: rgba(34, 37, 51, 0.95);
}

.box-container:nth-child(3) .box {
  transform: translateZ(-16vw);
  background-color: rgba(104, 113, 155, 0.95);
}

.box-container:nth-child(4) .box {
  transform: translateZ(-16vw);
  background-color: rgba(44, 48, 66, 0.95);
}

.box-container:nth-child(5) .box {
  transform: translateZ(-3vw);
  background-color: rgba(44, 48, 66, 0.95);
}

.box-container:nth-child(6) .box {
  transform: translateZ(-10vw);
  background-color: rgba(62, 68, 94, 0.95);
}

.box-container:nth-child(7) .box {
  transform: translateZ(-9vw);
  background-color: rgba(56, 62, 85, 0.95);
}

.box-container:nth-child(8) .box {
  transform: translateZ(-19vw);
  background-color: rgba(119, 127, 165, 0.95);
}

.box-container:nth-child(9) .box {
  transform: translateZ(-10vw);
  background-color: rgba(89, 97, 134, 0.95);
}

.box-container:nth-child(10) .box {
  transform: translateZ(-2vw);
  background-color: rgba(58, 64, 88, 0.95);
}

.box-container:nth-child(11) .box {
  transform: translateZ(-4vw);
  background-color: rgba(113, 122, 161, 0.95);
}

.box-container:nth-child(12) .box {
  transform: translateZ(-8vw);
  background-color: rgba(77, 84, 115, 0.95);
}

.box-container:nth-child(13) .box {
  transform: translateZ(-19vw);
  background-color: rgba(99, 108, 149, 0.95);
}

.box-container:nth-child(14) .box {
  transform: translateZ(-19vw);
  background-color: rgba(36, 39, 54, 0.95);
}

.box-container:nth-child(15) .box {
  transform: translateZ(-14vw);
  background-color: rgba(62, 68, 94, 0.95);
}

.box-container:nth-child(16) .box {
  transform: translateZ(-1vw);
  background-color: rgba(101, 110, 152, 0.95);
}

.box-container:nth-child(17) .box {
  transform: translateZ(-18vw);
  background-color: rgba(81, 88, 121, 0.95);
}

.box-container:nth-child(18) .box {
  transform: translateZ(-13vw);
  background-color: rgba(131, 139, 173, 0.95);
}

.box-container:nth-child(19) .box {
  transform: translateZ(-4vw);
  background-color: rgba(60, 66, 91, 0.95);
}

.box-container:nth-child(20) .box {
  transform: translateZ(-6vw);
  background-color: rgba(66, 73, 100, 0.95);
}

.box-container:nth-child(21) .box {
  transform: translateZ(-9vw);
  background-color: rgba(50, 55, 76, 0.95);
}

.box-container:nth-child(22) .box {
  transform: translateZ(-17vw);
  background-color: rgba(22, 24, 33, 0.95);
}

.box-container:nth-child(23) .box {
  transform: translateZ(-12vw);
  background-color: rgba(91, 99, 137, 0.95);
}

.box-container:nth-child(24) .box {
  transform: translateZ(-3vw);
  background-color: rgba(104, 113, 155, 0.95);
}

.box-container:nth-child(25) .box {
  transform: translateZ(0vw);
  background-color: rgba(125, 133, 169, 0.95);
}

.box-container:nth-child(26) .box {
  transform: translateZ(-17vw);
  background-color: rgba(99, 108, 149, 0.95);
}

.box-container:nth-child(27) .box {
  transform: translateZ(-12vw);
  background-color: rgba(104, 113, 155, 0.95);
}

.box-container:nth-child(28) .box {
  transform: translateZ(-9vw);
  background-color: rgba(18, 19, 26, 0.95);
}

.box-container:nth-child(29) .box {
  transform: translateZ(-8vw);
  background-color: rgba(22, 24, 33, 0.95);
}

.box-container:nth-child(30) .box {
  transform: translateZ(-14vw);
  background-color: rgba(75, 82, 112, 0.95);
}

.box-container:nth-child(31) .box {
  transform: translateZ(-6vw);
  background-color: rgba(107, 116, 157, 0.95);
}

.box-container:nth-child(32) .box {
  transform: translateZ(-11vw);
  background-color: rgba(95, 104, 143, 0.95);
}

.box-container:nth-child(33) .box {
  transform: translateZ(-17vw);
  background-color: rgba(50, 55, 76, 0.95);
}

.box-container:nth-child(34) .box {
  transform: translateZ(-17vw);
  background-color: rgba(95, 104, 143, 0.95);
}

.box-container:nth-child(35) .box {
  transform: translateZ(-6vw);
  background-color: rgba(87, 95, 131, 0.95);
}

.box-container:nth-child(36) .box {
  transform: translateZ(-18vw);
  background-color: rgba(44, 48, 66, 0.95);
}

.box-container:nth-child(37) .box {
  transform: translateZ(-17vw);
  background-color: rgba(42, 46, 63, 0.95);
}

.box-container:nth-child(38) .box {
  transform: translateZ(-15vw);
  background-color: rgba(81, 88, 121, 0.95);
}

.box-container:nth-child(39) .box {
  transform: translateZ(0vw);
  background-color: rgba(44, 48, 66, 0.95);
}

.box-container:nth-child(40) .box {
  transform: translateZ(-8vw);
  background-color: rgba(85, 93, 128, 0.95);
}

.box-container:nth-child(41) .box {
  transform: translateZ(-1vw);
  background-color: rgba(40, 44, 60, 0.95);
}

.box-container:nth-child(42) .box {
  transform: translateZ(-1vw);
  background-color: rgba(77, 84, 115, 0.95);
}

.box-container:nth-child(43) .box {
  transform: translateZ(-15vw);
  background-color: rgba(24, 26, 36, 0.95);
}

.box-container:nth-child(44) .box {
  transform: translateZ(-13vw);
  background-color: rgba(16, 17, 23, 0.95);
}

.box-container:nth-child(45) .box {
  transform: translateZ(-6vw);
  background-color: rgba(58, 64, 88, 0.95);
}

.box-container:nth-child(46) .box {
  transform: translateZ(-15vw);
  background-color: rgba(46, 50, 69, 0.95);
}

.box-container:nth-child(47) .box {
  transform: translateZ(-13vw);
  background-color: rgba(122, 130, 167, 0.95);
}

.box-container:nth-child(48) .box {
  transform: translateZ(-10vw);
  background-color: rgba(107, 116, 157, 0.95);
}

.box-container:nth-child(49) .box {
  transform: translateZ(-9vw);
  background-color: rgba(85, 93, 128, 0.95);
}

.box-container:nth-child(50) .box {
  transform: translateZ(-16vw);
  background-color: rgba(83, 90, 125, 0.95);
}

.box-container:nth-child(51) .box {
  transform: translateZ(-1vw);
  background-color: rgba(107, 116, 157, 0.95);
}

.box-container:nth-child(52) .box {
  transform: translateZ(-9vw);
  background-color: rgba(122, 130, 167, 0.95);
}

.box-container:nth-child(53) .box {
  transform: translateZ(-4vw);
  background-color: rgba(101, 110, 152, 0.95);
}

.box-container:nth-child(54) .box {
  transform: translateZ(0vw);
  background-color: rgba(83, 90, 125, 0.95);
}

.box-container:nth-child(55) .box {
  transform: translateZ(-17vw);
  background-color: rgba(81, 88, 121, 0.95);
}

.box-container:nth-child(56) .box {
  transform: translateZ(0vw);
  background-color: rgba(38, 41, 57, 0.95);
}

.box-container:nth-child(57) .box {
  transform: translateZ(-7vw);
  background-color: rgba(95, 104, 143, 0.95);
}

.box-container:nth-child(58) .box {
  transform: translateZ(-7vw);
  background-color: rgba(68, 75, 103, 0.95);
}

.box-container:nth-child(59) .box {
  transform: translateZ(-8vw);
  background-color: rgba(110, 119, 159, 0.95);
}

.box-container:nth-child(60) .box {
  transform: translateZ(-19vw);
  background-color: rgba(113, 122, 161, 0.95);
}

.box-container:nth-child(61) .box {
  transform: translateZ(-10vw);
  background-color: rgba(113, 122, 161, 0.95);
}

.box-container:nth-child(62) .box {
  transform: translateZ(-15vw);
  background-color: rgba(46, 50, 69, 0.95);
}

.box-container:nth-child(63) .box {
  transform: translateZ(-8vw);
  background-color: rgba(16, 17, 23, 0.95);
}

.box-container:nth-child(64) .box {
  transform: translateZ(-4vw);
  background-color: rgba(66, 73, 100, 0.95);
}

.box-container:nth-child(65) .box {
  transform: translateZ(-18vw);
  background-color: rgba(93, 102, 140, 0.95);
}

.box-container:nth-child(66) .box {
  transform: translateZ(-8vw);
  background-color: rgba(134, 142, 175, 0.95);
}

.box-container:nth-child(67) .box {
  transform: translateZ(-9vw);
  background-color: rgba(20, 21, 30, 0.95);
}

.box-container:nth-child(68) .box {
  transform: translateZ(-16vw);
  background-color: rgba(73, 79, 109, 0.95);
}

.box-container:nth-child(69) .box {
  transform: translateZ(-3vw);
  background-color: rgba(62, 68, 94, 0.95);
}

.box-container:nth-child(70) .box {
  transform: translateZ(-9vw);
  background-color: rgba(131, 139, 173, 0.95);
}

.box-container:nth-child(71) .box {
  transform: translateZ(-5vw);
  background-color: rgba(62, 68, 94, 0.95);
}

.box-container:nth-child(72) .box {
  transform: translateZ(-17vw);
  background-color: rgba(40, 44, 60, 0.95);
}

.box-container:nth-child(73) .box {
  transform: translateZ(-7vw);
  background-color: rgba(28, 30, 42, 0.95);
}

.box-container:nth-child(74) .box {
  transform: translateZ(-19vw);
  background-color: rgba(73, 79, 109, 0.95);
}

.box-container:nth-child(75) .box {
  transform: translateZ(-6vw);
  background-color: rgba(91, 99, 137, 0.95);
}

.box-container:nth-child(76) .box {
  transform: translateZ(-14vw);
  background-color: rgba(93, 102, 140, 0.95);
}

.box-container:nth-child(77) .box {
  transform: translateZ(-12vw);
  background-color: rgba(128, 136, 171, 0.95);
}

.box-container:nth-child(78) .box {
  transform: translateZ(-4vw);
  background-color: rgba(116, 125, 163, 0.95);
}

.box-container:nth-child(79) .box {
  transform: translateZ(-5vw);
  background-color: rgba(24, 26, 36, 0.95);
}

.box-container:nth-child(80) .box {
  transform: translateZ(0vw);
  background-color: rgba(77, 84, 115, 0.95);
}

.box-container:nth-child(81) .box {
  transform: translateZ(0vw);
  background-color: rgba(46, 50, 69, 0.95);
}

.box-container:nth-child(82) .box {
  transform: translateZ(-2vw);
  background-color: rgba(107, 116, 157, 0.95);
}

.box-container:nth-child(83) .box {
  transform: translateZ(-10vw);
  background-color: rgba(28, 30, 42, 0.95);
}

.box-container:nth-child(84) .box {
  transform: translateZ(-11vw);
  background-color: rgba(58, 64, 88, 0.95);
}

.box-container:nth-child(85) .box {
  transform: translateZ(-16vw);
  background-color: rgba(93, 102, 140, 0.95);
}

.box-container:nth-child(86) .box {
  transform: translateZ(-5vw);
  background-color: rgba(48, 53, 72, 0.95);
}

.box-container:nth-child(87) .box {
  transform: translateZ(-13vw);
  background-color: rgba(60, 66, 91, 0.95);
}

.box-container:nth-child(88) .box {
  transform: translateZ(-14vw);
  background-color: rgba(64, 70, 97, 0.95);
}

.box-container:nth-child(89) .box {
  transform: translateZ(-14vw);
  background-color: rgba(60, 66, 91, 0.95);
}

.box-container:nth-child(90) .box {
  transform: translateZ(-13vw);
  background-color: rgba(79, 86, 118, 0.95);
}

.box-container:nth-child(91) .box {
  transform: translateZ(-14vw);
  background-color: rgba(83, 90, 125, 0.95);
}

.box-container:nth-child(92) .box {
  transform: translateZ(-18vw);
  background-color: rgba(93, 102, 140, 0.95);
}

.box-container:nth-child(93) .box {
  transform: translateZ(-13vw);
  background-color: rgba(34, 37, 51, 0.95);
}

.box-container:nth-child(94) .box {
  transform: translateZ(-1vw);
  background-color: rgba(107, 116, 157, 0.95);
}

.box-container:nth-child(95) .box {
  transform: translateZ(-10vw);
  background-color: rgba(89, 97, 134, 0.95);
}

.box-container:nth-child(96) .box {
  transform: translateZ(-11vw);
  background-color: rgba(56, 62, 85, 0.95);
}

.box-container:nth-child(97) .box {
  transform: translateZ(-13vw);
  background-color: rgba(50, 55, 76, 0.95);
}

.box-container:nth-child(98) .box {
  transform: translateZ(-6vw);
  background-color: rgba(26, 28, 39, 0.95);
}

.box-container:nth-child(99) .box {
  transform: translateZ(-5vw);
  background-color: rgba(50, 55, 76, 0.95);
}

.box-container:nth-child(100) .box {
  transform: translateZ(-16vw);
  background-color: rgba(113, 122, 161, 0.95);
}

.box-container:nth-child(101) .box {
  transform: translateZ(0vw);
  background-color: rgba(44, 48, 66, 0.95);
}

.box-container:nth-child(102) .box {
  transform: translateZ(-2vw);
  background-color: rgba(28, 30, 42, 0.95);
}

.box-container:nth-child(103) .box {
  transform: translateZ(-15vw);
  background-color: rgba(110, 119, 159, 0.95);
}

.box-container:nth-child(104) .box {
  transform: translateZ(-3vw);
  background-color: rgba(50, 55, 76, 0.95);
}

.box-container:nth-child(105) .box {
  transform: translateZ(-15vw);
  background-color: rgba(97, 106, 146, 0.95);
}

.box-container:nth-child(106) .box {
  transform: translateZ(-8vw);
  background-color: rgba(42, 46, 63, 0.95);
}

.box-container:nth-child(107) .box {
  transform: translateZ(-6vw);
  background-color: rgba(131, 139, 173, 0.95);
}

.box-container:nth-child(108) .box {
  transform: translateZ(0vw);
  background-color: rgba(73, 79, 109, 0.95);
}

.box-container:nth-child(109) .box {
  transform: translateZ(-15vw);
  background-color: rgba(42, 46, 63, 0.95);
}

.box-container:nth-child(110) .box {
  transform: translateZ(-1vw);
  background-color: rgba(58, 64, 88, 0.95);
}

.box-container:nth-child(111) .box {
  transform: translateZ(-7vw);
  background-color: rgba(97, 106, 146, 0.95);
}

.box-container:nth-child(112) .box {
  transform: translateZ(-12vw);
  background-color: rgba(71, 77, 106, 0.95);
}

.box-container:nth-child(41) .box,
.box-container:nth-child(40) .box,
.box-container:nth-child(47) .box,
.box-container:nth-child(48) .box,
.box-container:nth-child(46) .box,
.box-container:nth-child(95) .box,
.box-container:nth-child(94) .box,
.box-container:nth-child(102) .box,
.box-container:nth-child(101) .box {
  visibility: hidden;
}

.box .top,
.box .bottom,
.box .left,
.box .right {
  position: absolute;
  width: 100%;
  height: 100%;
}

.box .top {
  background: linear-gradient(to top, rgba(156, 162, 189, 0.9), rgba(0, 0, 0, 0));
  bottom: 100%;
  left: 0;
  height: 20vw;
  transform-origin: 100% 100%;
  transform: rotateX(90deg);
  box-shadow: inset 0 0 1vw rgba(0, 255, 255, 0.07);
}

.box .bottom {
  background: linear-gradient(to bottom, rgba(101, 110, 152, 0.9), rgba(0, 0, 0, 0));
  top: 100%;
  left: 0;
  height: 20vw;
  transform-origin: 0% 0%;
  transform: rotateX(-90deg);
  box-shadow: inset 0 0 1vw rgba(0, 255, 255, 0.07);
}

.box .left {
  background: linear-gradient(to left, rgba(125, 133, 169, 0.9), rgba(0, 0, 0, 0));
  top: 0;
  right: 100%;
  width: 20vw;
  transform-origin: 100% 100%;
  transform: rotateY(-90deg);
  box-shadow: inset 0 0 1vw rgba(0, 255, 255, 0.07);
}

.box .right {
  background: linear-gradient(to right, rgba(125, 133, 169, 0.9), rgba(0, 0, 0, 0));
  top: 0;
  left: 100%;
  width: 20vw;
  transform-origin: 0% 0%;
  transform: rotateY(90deg);
  box-shadow: inset 0 0 1vw rgba(0, 255, 255, 0.07);
}

.screen .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: white;
  background: transparent;
  z-index: 200;
  animation: content 16s infinite;
}

.screen .content .branding, .screen .content .copyright {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.screen .content .copyright {
  font-size: 1.5rem;
  text-shadow: black 0px 0px 3px;
  opacity: 0;
  animation: copyright 16s linear infinite;
}

.screen .content .branding {
  
  
  font-size: 3.5rem;
  opacity: 0;
  animation: branding 16s cubic-bezier(0, 0.74, 0.46, 1) infinite;
}

p.branding {
    position: inherit;
    margin-block-start: 0;
    margin-block-end: 0;
    text-align: CENTER;
}

@keyframes enter {
  0% {
    transform: rotate(-20deg);
  }
  60%, 100% {
    transform: rotate(100deg) scale(4);
  }
}

@keyframes copyright {
  0%, 5% {
    opacity: 0;
  }
  10%, 35% {
    opacity: 1;
  }
  40%, 100% {
    opacity: 0;
  }
}

@keyframes content {
  0% {
    background-color: black;
  }
  5%, 43% {
    background: transparent;
  }
  48%, 100% {
    background-color: black;
  }
}

@keyframes branding {
  0%, 65% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(1.5);
  }
  68%, 93% {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0) scale(1);
  }
  96%, 100% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0) scale(1.5);
  }
}

.particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
}

.particles span {
  display: block;
  height: 1px;
  width: 1px;
  background: white;
  position: absolute;
}

.particles span:nth-child(1) {
  left: 70%;
  top: 70%;
  box-shadow: 0 0 10px 4px rgba(255, 0, 0, 0.8);
  animation: particle-1 8s cubic-bezier(0, 0.74, 0.46, 1) infinite;
}

.particles span:nth-child(2) {
  left: 70%;
  top: 50%;
  box-shadow: 0 0 10px 4px rgba(0, 128, 0, 0.8);
  animation: particle-2 8s cubic-bezier(0, 0.74, 0.46, 1) infinite;
}

.particles span:nth-child(3) {
  left: 15;
  top: 75%;
  box-shadow: 0 0 10px 4px rgba(0, 0, 255, 0.8);
  animation: particle-3 8s cubic-bezier(0, 0.74, 0.46, 1) infinite;
}

@keyframes particle-1 {
  0% {
    opacity: 0;
    transform: none;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(-25vw, -20vw);
    opacity: 0;
  }
}

@keyframes particle-2 {
  0% {
    opacity: 0;
    transform: none;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(-40vw, 10vw);
    opacity: 0;
  }
}

@keyframes particle-3 {
  0% {
    opacity: 0;
    transform: none;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(45vw, -20vw);
    opacity: 0;
  }
}

.is-small {
  font-size: .3em;
}

.is-vita {
  font-size: 1.1em;
  font-family: 'Slim Play', sans-serif;
}

.is-vita-a {
  position: relative;
  font-size: 1.1em;
  font-family: 'Slim Play', sans-serif;
  margin-left: -20px;
}


/*# sourceMappingURL=style.css.map */

/*img.fa-playstation {
  height: auto;
    max-width: 100%;
    position: relative;
    top: 25em;}*/
    /*animation: fadeIn 4s; }*/

 /* animation-delay: 10s;
    -webkit-animation: fadeIn 4s;
    -moz-animation: fadeIn 4s;
    -o-animation: fadeIn 4s;
    -ms-animation: fadeIn 4s;
}*/


img.fa-playstation {
    height: auto;
    max-width: 200px;
    position: relative;
    /* position: absolute; */
    /* top: 25em; */
    /* left: 43%; */
    /* top: 25%; */
    max-height: 400px;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}*/

.fade-in {
  
  animation-delay: 40s;
  animation: fadeIn ease 10s;
  -webkit-animation: fadeIn ease 10s;
  -moz-animation: fadeIn ease 10s;
  -o-animation: fadeIn ease 10s;
  -ms-animation: fadeIn ease 10s;
}
@keyframes fadeIn {
  0% {
    opacity:0;
  }
  50% {
    opacity:0;
  }
  90% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  50% {
    opacity:0;
  }
  90% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  50% {
    opacity:0;
  }
  90% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  50% {
    opacity:0;
  }
  90% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  50% {
    opacity:0;
  }
  90% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

.toast {
  display: none;

}

.fadeInout {


  animation-delay: 40s;
  animation: fadeInout 16s infinite;
  -webkit-animation: fadeIn ease 10s;
  -moz-animation: fadeIn ease 10s;
  -o-animation: fadeIn ease 10s;
  -ms-animation: fadeIn ease 10s;

}

@-webkit-keyframes fadeInout {
  0%, 50%, 55%, 85%, 100% { opacity: 0; }
  50% { opacity: 1; }
}

@keyframes fadeInout {
  0%, 50%, 55%, 85%, 100% { opacity: 0; }
  50% { opacity: 1; }
}

.elementToFadeInAndOut {
  animation-delay: 15s;
  -webkit-animation-delay: 15s;
  -webkit-animation: fadeinout 16s linear forwards infinite;
  animation: fadeinout 16s linear forwards infinite;

    display: flex;	
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-items: center;
    margin-top: 20%;
}

@-webkit-keyframes fadeinout {
0%,70%,100%  { opacity: 0; }
100% { opacity: 1; }
}

@keyframes fadeinout {
  0%,70%,100% { opacity: 0; }
  100% { opacity: 1; }
}

.rainbow {
    color: transparent;
   /* position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    font-family: "Poppins",sans-serif;
    font-size: 110px;
    letter-spacing: 0.05em;*/
    background: linear-gradient(
        #fd004c 16.7%,
        #fe9000 16.7%,
        #fe9000 33.4%,
        #fff020 33.4%,
        #fff020 50.1%,
        #3edf4b 50.1%,
        #3edf4b 66.8%,
        #3363ff 66.8%,
        #3363ff 83.5%,
        #b102b7 83.5%
    );
    -webkit-text-stroke: 0.04em #ffffff;
    -webkit-background-clip: text;
            background-clip: text;
    line-height: 1.1em;
    animation: rainbow 50s linear infinite;
}
@keyframes rainbow{
    100%{
        background-position: 0 30em;
    }
}