We measure elements on a webpage with pixels. To specify a size, we add a number, like 60.

<html>
<body>
  <p style="font-size: 60px">Avatar</p>
</body>
</html>]]>

Make sure to type 60.