var thestring = "BUY MY RECORD"
createCanvas(windowWidth, windowHeight);
stroke(random(128,255),random(128,255),random(128,255));
text(thestring, width/2, height/2);
stroke(random(128,255),random(128,255),random(128,255));
text(thestring, width/2, height/2);
stroke(random(128,255),random(128,255),random(128,255));
text(thestring, width/2, height/2);
stroke(random(128,255),random(128,255),random(128,255));
text(thestring, width/2, height/2);
textAlign(CENTER, CENTER);
stroke(random(128,255),random(128,255),random(128,255));
text(thestring, width/2, height/2);
textAlign(CENTER, BOTTOM);
stroke(random(128,255),random(128,255),random(128,255));
text(thestring, width/2, height/2);
stroke(random(128,255),random(128,255),random(128,255));
text(thestring, width/2, height/2);
textAlign(RIGHT, CENTER);
stroke(random(128,255),random(128,255),random(128,255));
text(thestring, width/2, height/2);
textAlign(RIGHT, BOTTOM);
stroke(random(128,255),random(128,255),random(128,255));
text(thestring, width/2, height/2);