.drawing-svg path{fill:transparent;stroke:#402020;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1000;stroke-dashoffset:1000;animation:draw 10s ease-in-out forwards}.drawing-svg path:first-child{animation-delay:4s}.drawing-svg path:nth-child(2){animation-delay:3s}@keyframes draw{0%{stroke-dashoffset:1000;fill:transparent}70%{stroke-dashoffset:0;fill:transparent}to{stroke-dashoffset:0;fill:#402020}}@keyframes floatUpRight{0%,to{transform:translate(0)}50%{transform:translate(10px,-15px)}}@keyframes floatDownLeft{0%,to{transform:translate(0)}50%{transform:translate(-10px,15px)}}.float-up-right{animation:floatUpRight 8s ease-in-out infinite}.float-down-left{animation:floatDownLeft 8s ease-in-out infinite}