I'm making a DIV that has two lines of text which are centered and vertically aligned with line-height to make them appear in the middle.
The problem is that I want the first line of text to have a font of 3.5em, and the second line 1.8em.
I've tried to put the second line in a paragraph with a class, but the font and line height become very large.
What is the proper way to achieve that?