Depth Levels. The elements of a page, texts as well as graphics, can be considered as layers stacked one on top of the other. Hence, we
need to know which element should be placed on top of another one. This is the role undertaken by the z-index. The lower the value of this property, the higher the priority assigned to it and its position in the stacking order. So
assigning the lowest value, i.e. 1, to an element means that it will sit on top of all the other elements.
