Head's Up: JavaScript is either turned off or not working properly in your browser. Some parts of this page may not work properly.
The value of 1rem in CSS is can be determined with:
const rem = parseFloat(getComputedStyle(document.documentElement).fontSize);