@nikitonsky Also, for flex/grid centering:

- If the element is guaranteed the only one, `margin: auto` on it is often enough.

- Otherwise, `place-items: center` + `place-content: center` will work equally on both flex and grid (as it does both align+justify, so covers either, and easier to remember this case).