void setup() { size(500,500); }
void draw() { background(255,255,255); fill(random(255),random(255),random(255)); textSize(random(100) + 50); text("word", 50,250); }