.text-wrapper {
  position: relative;
  width: 100%;
  height: 30px;
  overflow: hidden;
  background-color:rgba(0, 0, 0, 0.5);
}

.moving-text {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  font-size: 24px;
  color: #15ff00;
}
