svg{position:relative;width:100%;height:100%}svg text{text-transform:uppercase;animation:stroke 10s infinite alternate;stroke-width:3;stroke:#365fa0;font-size:150px}@keyframes stroke{0%{fill:rgba(151,183,169,.2);stroke:#b4cfc4;stroke-dashoffset:25%;stroke-dasharray:0 50%;stroke-width:4}70%{fill:rgba(151,183,169,.4);stroke:#b4cfc4}80%{fill:rgba(151,183,169,.6);stroke:#b4cfc4;stroke-width:5}to{fill:#97b7a9;stroke:rgba(180,207,196,0);stroke-dashoffset:-25%;stroke-dasharray:20% 0;stroke-width:0}}