function setup(){createCanvas(768,768),background("#009688"),fill("#FFFFFF"),strokeCap(SQUARE);let $=width/2,_=height/2,n=height-60-120;textFont("Arial",64),textAlign(LEFT,CENTER);let t=_-80;["THE","DISRUPTIVE","GALLERY"].forEach($=>{let _=104;for(let n=0;n<$.length;n++){let o=$[n];text(o,_,t),_+=textWidth(o)+20}t+=80}),textFont("Calibri Light",50);let o=textWidth("Season 1 Patron"),F=textWidth("London");text("Season 1 Patron",$-o/2,180),text("London",$-F/2,n),noFill(),stroke("#FFFFFF"),strokeWeight(6),line(57,180,$-o/2-30,180),line($+o/2+30,180,713,180),line(60,180,60,n),line(710,180,710,n),line(57,n,$-F/2-30,n),line($+F/2+30,n,713,n)}function draw(){}