.container { width: 100%; max-width: var(--maxWidthContent); margin-left: auto; margin-right: auto; } .wide { composes: container; max-width: none; }