Don’t use type selectors with classes, for example, h1.className { rules }. They raise your CSS specificity and create a dependency on your markup that’s likely to cause issues in the future. Avoid long, nested selectors. This is a major red flag that your CSS h...