Change font size of google fonts

How to increase the font size of google fonts?
here’s my project link: https://codepen.io/pramitigupte/pen/xxOjJmd?editors=1100

You change it as you would any other text, by setting font-size, for example:

h1 { 
  font-size: 40px; 
}