
`contain: layout`: The internal layout of the element is isolated from the rest of the page. This means nothing outside the element affects its internal layout, and vice versa.
Using `layout`, `paint`, `strict` or `content` values for this property creates: A new containing block (for the descendants whose position property is absolute or fixed).