I’m studying for my Website Design class and don’t understand how to answer this. Can you help me study?
4.15 LAB: Flexbox Styling
Complete a CSS stylesheet such that the provided HTML (oatmeal_cookies.html) looks like the following webpage.

To achieve the desired web page, the following style rules should be utilized:
<header>tag: set display to be flex and justify-content to be space-betweencontentclass: set display to be flex and flex-wrap to be wrapmain-contentclass: set display to be flex, flex-wrap to be wrap, flex-grow to be 1, and flex-basis to be 70%titleclass: set display to be flex and align-items to be baselinesummaryclass: set display to be flex, justify-content to be space-evenly, flex-grow to be 1, and flex-basis to be 100%<div>tag child of<div>tag child ofsummaryclass: set display to be flex and justify-content to be space-betweeningredientsanddirectionsclasses: set flex-grow to be 1 and flex-basis to be 45%related-contentclass: set flex-grow to be 1 and flex-basis to be 20%
