.draw{stroke-dasharray:2000;stroke-dashoffset:2000;animation:draw 3s linear infinite}@keyframes draw{0%{stroke-dashoffset:2000;opacity:1}50%{stroke-dashoffset:0;opacity:.3}to{stroke-dashoffset:-2000;opacity:1}}html,body,#root{min-height:100%;background-color:#09090b}:root{--main: #364252ff}
