In this example, the second page is targeted using the @page :nth(2) rule, and its background color is set to "beige".
This is the content of the second page.
In CSS, to differentiate between odd and even pages, you can use the :nth-child pseudo-class. Here, the second page and odd-numbered pages are styled with a "beige" background, while even-numbered pages are styled with a "pink" background.
This is the second page