The next rule you will write is for the body element:
Click OK.

Figure 3. Settings for the body rule

Figure 4. CSS rule definition for the body type
Note: The settings in Figure 4 instruct the browser to display the text at 100% of
whatever the user has set in the browser preferences. For example, someone with
impaired vision may have changed the browser preferences from the default font
size of 16 pixels to 18 pixels or higher. In later exercises, you will scale
other text such as h1 and p from that user
setting. By setting the body to 100% of the user's browser font size, all
future font sizes will scale from that starting point. For example, if you
later set the paragraph font size to 85%, it will be 85% of the user's font
preference, whether that is 12, 14, 16, 18, or more pixels.