Write CSS for the HTML code given below (2.5 Marks):
<div id="foo">
<div id="bar">kkk</div>
<div class="baz">mmm</div>
<div class="baz">ooo</div>
</div>
All divs' padding should be 20 pixels. Divs inside another div should have a margin of 40 pixels and a background color of yellow. The foo div should have a border of 2 pixels, black, and dashed.
Write your styles here.