//envelope:
rect(20,20,67,40);
//took the hight of 40 and multiplied it by 1.681 to get a lenght that that fits within the rules of the golden ratio
// envelope-flap:
line(20,20,53,43);
// found the golden ratio of the height and the center of the width to find the point where the point of the envelope should be.
line(53,43,87,20);
// seal:
ellipseMode(CENTER);
ellipse(53,43,10,10);

//envelope:
rect(20,20,67,40);
//took the hight of 40 and multiplied it by 1.681 to get a lenght that that fits within the rules of the golden ratio
// envelope-flap:
line(20,20,53,43);
// found the golden ratio of the height and the center of the width to find the point where the point of the envelope should be.
line(53,43,87,20);
// seal:
ellipseMode(CENTER);
ellipse(53,43,10,10);


