randomSeed(0);
void draw() {
  ellipse(random(width), random(height), 55, 55);
}
