function setup() { createCanvas(400, 400); } function draw() { background(150,8,8); ellipse(200,100,40,80) }