I heard you should define sizes and distances in your stylesheet with em instead of in pixels. So the question is why should I use em instead of px when defining styles in c
Avoid em or px use rem instead becuase its easier to find the computed value. But between em and px, px is better because em is hard to debug.