.text-stripes {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bungee Shade", cursive;
}

.text-stripes span {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  text-align: center;
  font-weight: bold;
  width: 100%;
  text-align: center;
  font-size: 60px;
  background: linear-gradient(-45deg, #4bc0c8 25%, #feac5e 25%, #feac5e 50%, #4bc0c8 50%, #4bc0c8 75%, #feac5e 75%, #feac5e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 40px 40px;
  background-position: 0 0;
  animation: stripes 1.5s linear infinite;
}

@keyframes stripes {
  100% {
    background-position: 40px 0, 40px 0, 40px 0;
  }
}
.scrolltext {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 160px;
  overflow: hidden;
  font-family: "Lato", sans-serif;
  font-size: 40px;
  line-height: 45px;
  color: #ecf0f1;
}
.scrolltext__container {
  font-weight: 600;
  overflow: hidden;
  height: 48px;
  padding: 0 30px;
}
.scrolltext__container:before {
  content: "[";
  left: 0;
}
.scrolltext__container:after {
  content: "]";
  position: absolute;
  right: 0;
}
.scrolltext__container:after, .scrolltext__container:before {
  position: absolute;
  top: 0;
  color: #ffffff;
  font-size: 45px;
  line-height: 48px;
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 1.64s;
  -webkit-animation-iteration-count: infinite;
  animation-name: opacity;
  animation-duration: 1.64s;
  animation-iteration-count: infinite;
}
.scrolltext__container__text {
  display: inline;
  margin: 0;
  font-size: 26px;
  color: rgb(243, 243, 243);
  height: 0px;
}
.scrolltext__container__list {
  margin-top: 0;
  padding: 0;
  text-align: center;
  list-style: none;
  text-shadow: 2px 3px 8px var(--pink), 0px 0px 2px;
  -webkit-animation-name: change;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
.scrolltext__container__list__item {
  line-height: 50px;
  margin: 0;
  width: auto;
  text-shadow: 1px 1px 4px var(--gray-dark);
}

@-webkit-keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0);
  }
  33.32%, 45.98% {
    transform: translate3d(0, -50%, 0);
  }
  49.98%, 62.64% {
    transform: translate3d(0, -75%, 0);
  }
  66.64%, 79.3% {
    transform: translate3d(0, -50%, 0);
  }
  83.3%, 95.96% {
    transform: translate3d(0, -25%, 0);
  }
}
@-o-keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0);
  }
  33.32%, 45.98% {
    transform: translate3d(0, -50%, 0);
  }
  49.98%, 62.64% {
    transform: translate3d(0, -75%, 0);
  }
  66.64%, 79.3% {
    transform: translate3d(0, -50%, 0);
  }
  83.3%, 95.96% {
    transform: translate3d(0, -25%, 0);
  }
}
@-moz-keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0);
  }
  33.32%, 45.98% {
    transform: translate3d(0, -50%, 0);
  }
  49.98%, 62.64% {
    transform: translate3d(0, -75%, 0);
  }
  66.64%, 79.3% {
    transform: translate3d(0, -50%, 0);
  }
  83.3%, 95.96% {
    transform: translate3d(0, -25%, 0);
  }
}
@keyframes opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0);
  }
  33.32%, 45.98% {
    transform: translate3d(0, -50%, 0);
  }
  49.98%, 62.64% {
    transform: translate3d(0, -75%, 0);
  }
  66.64%, 79.3% {
    transform: translate3d(0, -50%, 0);
  }
  83.3%, 95.96% {
    transform: translate3d(0, -25%, 0);
  }
}