flex-shrink when set to 0 tells the browser not to shrink an element if the computed size is less than the specified size.
flex-basis either takes auto or a width/height which specifies the initial size before the rest of the space is distributed.
9-1. Section 2 has flex-basis : 200px; and flex-shink : 0;