1. Use the appropriate selector for style 2. Can use background shorthand CSS properties and values 3. Use relative units, like use `em` `rem` instead of `px` 4. User `footer` HTML5 semantic tag instead of `section` tag for footer 5. Use `padding` instead of `gap` when not using `display: grid`