` for scoping CSS.
-
-```html
-
-
-
-```
-
-This container element(s) can change in Marpit constructor option. Also `container: false` can disable wrapping.
-
-### Theme CSS
-
-> :information_source: Marpit provides only [the minimum style for scaffolding presentation](src/theme/scaffold.js), and does not provide default theme. You can use [`@marp-team/marp-core`][marp-core] if you want.
-
-In theme CSS, you need not think about the hierarchy of Marpit. All that you have to know is just that a `
` element becomes a slide.
-
-```css
-/**
- * @theme marpit-theme
- */
-
-section {
- width: 1280px;
- height: 960px;
- font-size: 40px;
- padding: 40px;
-}
-
-h1 {
- font-size: 60px;
-}
-```
-
-#### The root `section` selector
-
-In Marpit theme CSS, the root `section` selector means like a viewport of each slide.
-
-##### Slide size
-
-`width` and `height` declaration in `section` selector can specify a slide size. (1280x720 pixels by default)
-
-The specified size is not only used in the section element size but also used in the size of each page of printed PDF.
-
-For example, try these declarations in your theme CSS if you want a classic 4:3 slide:
-
-```css
-section {
- width: 960px;
- height: 720px;
-}
-```
-
-Please notice _these must define a length in **an absolute unit.**_ We support `cm`, `in`, `mm`, `pc`, `pt`, and `px`.
-
-> :warning: Currently, you cannot tweak slide size through [`
-
-# Tweak theme through the `style` element
-
-You would see a yellow slide.
-```
-
-> :information_source: By default, `
+
+# Tweak style through Markdown
+
+You would see a yellow slide.
+```
+
+`