Change the display value of the em element to inline-block so that we can change its size.
display
em
inline-block
Make sure to pick display followed by : and then inline-block, ;.
:
;