h1 {
  /*text size in browsers is 16px. Default size of 1em is 16px
  font-size: 3em;
  Viewport is the browser window size. 1vw = 1% of viewport width. If the viewport is 50cm wide, 1vw is 0.5cm.*/
  font-size: 5vw;
}