By Scrimba: https://scrimba.com/c/c7za7McV
My general rule of thumb:
For width, percentage is very common, whereas either pixels or em work well for set sizes, like when setting a min-width or max-width. If you stick with pixels here, you'll be fine :)
REM vs EM: https://zellwk.com/blog/rem-vs-em/