

.handwritingsvg{
    position: absolute;
    width: 320px;
    height: 60px;
    left: 2.9%;
    top: 6px;
    font-weight: 800;
}
.textanimation{    
    stroke-dasharray: 2900;
    stroke-dashoffset: 2900;
    animation: animate 25s linear 1 forwards;
    animation-iteration-count:infinite;
}
@keyframes animate{
    to{
        stroke-dashoffset:0;
    }
}
.MyWork{    
    stroke-dasharray: 2900;
    stroke-dashoffset: 2900;
    animation: animate 25s linear 1 forwards;
    animation-iteration-count:infinite;
}
@keyframes animate{
    to{
        stroke-dashoffset:0;
    }
}