/* Your custom styles here */
:root{ --container:1200px; }
.container{ max-width: var(--container); margin-inline:auto; padding-inline:16px; }