Always link normalize.css first, and then your styles.css second. Normalize sets the base of how different browsers should interpret your webpage. The styles.css that you write will be what you need to make your webpage look like your webpage. You don't want normalize.css to overwrite any of that.