# CSS Classes

There are already some CSS classes declared, to make your designing a little easier. As you may have already noticed, many are already being used in the basic interface you get by default.

| Class          | Description                                                                     |
| -------------- | ------------------------------------------------------------------------------- |
| `center`       | Positions the element in the horizontal center of the screen.                   |
| `left`         | Positions the element in the left side of the screen.                           |
| `right`        | Positions the element in the right side of the screen.                          |
| `bottom`       | Positions the element in the bottom of the screen.                              |
| `middle`       | Positions the element in the middle of the screen, vertically and horizontally. |
| `text--left`   | Aligns the content to the left.                                                 |
| text`--`center | Aligns the content to the center.                                               |
| `text--right`  | Aligns the content to the right.                                                |
| `vertical`     | Distributes the content vertically.                                             |
| `horizontal`   | Distributes the content horizontally.                                           |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.monogatari.io/documentation/2.1.0/style-and-design/classes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
