Convert pixels to REM units and vice versa for responsive web design
REM (Root EM) units are relative to the root element's font size (usually the <html> tag). If the root font size is 16px (browser default), then:
REM units are great for responsive design as they scale with the user's preferred font size settings.