After styling my div element with specific CSS rules, I'm encountering an issue. The div has a set width and height of 100px along with padding, border, and margin all set to 0px. However, the elements are not being offset from the edges of the browser window by 10px as intended. Interestingly, the division immediately beneath this one is touching it due to the zero margin. Can anyone advise on which CSS default property can help resolve this positioning problem?