SketchBook

function setup(){
createCanvas(700,700);

}
function draw(){
background(255,255,255);
ellipse(430,570,250);
stroke(175,238,238);
fill(175,238,238);
ellipse(430,380,170);
stroke(175,238,238);
fill(175,238,238);
point(300,200);
strokeWeight(15);

);
}