.gianturl{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.05;
    overflow: hidden;
    background: url(../svg/text.svg);
    background-repeat: repeat;
    color: white;
    animation: bg 600s ease infinite;
}
@keyframes bg {
    0%{background-position:0% 0%}
    100%{background-position:left 50000px bottom 50000px}
}