Cascading order in CSS
The correct answer is blue. The cascading order implies that the style rules go down from top to bottom, allowing the following rules to override the above ones. In this example, both color
values have an identical selector and carry the same specificity, which means the second line has a higher priority.