*{
    margin: 0;
    padding: 0;
}
.text-box{
    font-size: 100px;
    font-family: 'dpcomicregular';
    position: static;
}
span{
    animation: jam 0.6s ease-in-out infinite;
    display: inline-block;
    color: #ffffff;
    font-weight: bolder;
}
@keyframes jam
{
     0%{
      }  
      50%{
        transform: translateY(30px);
      }
    100%{
      }
}
span:nth-child(1)
{
    animation-delay: 0s;
}
span:nth-child(2)
{
    animation-delay: 0.1s;
}
span:nth-child(3)
{
    animation-delay: 0.2s;
}
span:nth-child(4)
{
    animation-delay: 0.3s;
}
span:nth-child(5)
{
    animation-delay: 0.4s;
}
span:nth-child(6)
{
    animation-delay: 0.5s;
}
span:nth-child(7)
{
    animation-delay: 0.6s;
}
span:nth-child(8)
{
    animation-delay: 0.7s;
}
span:nth-child(9)
{
    animation-delay: 0.8s;
}
span:nth-child(10)
{
    animation-delay: 0.9s;
}
span:nth-child(11)
{
    animation-delay: 1s;
}
span:nth-child(12)
{
    animation-delay: 1.1s;
}
span:nth-child(13)
{
    animation-delay: 1.2s;
}
span:nth-child(14)
{
    animation-delay: 1.3s;
}
span:nth-child(15)
{
    animation-delay: 1.4s;
}
span:nth-child(16)
{
    animation-delay: 1.5s;
}
span:nth-child(17)
{
    animation-delay: 1.6s;
}