How often did it happen that you didn't know exactly which element looks like how exactly or the space is not displayed correctly.
Here's a little trick you can use to help out a bit. Add the following code snippet to your CSS file or your browser dev tools.
* { outline: 1px solid red; }