- apply 'box-sizing: border-box' to everything - use a different approach for margins/paddings to avoid margin collapsing (no top margin, 1rem bottom margin) - use root em units ('rem') instead of regular 'em' units - group submission heading elements in a header tag