size(1000,800);
background (135,206,250); 

fill(255,255,0);
ellipse(56, 46, 55, 55); //sun


fill(65,105,225);
rect(1, 500, 1000, 1000); //ocean

fill(139,69,19);
triangle(300, 500, 95, 100, 1, 500); //mountain 1 begins on the left side
triangle(300, 500, 215, 170, 60, 500); // 2nd mountain
triangle(750, 500, 520, 10, 290, 500); // 3rd mountain in the middle
triangle(710, 500, 1000, 120, 999, 500); //4th mountain
