color ("peachpuff")linear_extrude(height = 8, center = true, convexity = 10, twist = -700, $fn=100)
translate([2, 0, 0])
circle(r = 1);
translate([2, 0, -4])
union() {
 color("salmon")circle(6,$fn=100);
    }
translate([1.2, -0.5, 6.60]) {
  difference() {
color ("antiquewhite")sphere(r=3,$fn=100); rotate ([40,10,0])color ("antiquewhite")circle(10);
}
}
translate([1, -0.80, 7]) {
color ("peachpuff")cylinder (h = 4.2, r=0.70, center = true, $fn=100);
}