Add clouds as procedurally generated SVGs
- Replace <img> tag in Clouds.astro with a Cloud component
- Clouds are generated by creating an array of random lengths then using it to aproximate the perimiter of a circle. These lengths are then used as the diameter of a circle. The final length always closes it to the end of the circle
- values are configurable
TODO: ensure last entry closes the circle if missing