function setup() { createCanvas(400, 400); } function draw() { background(168); ellipse(200,200,80,80) }