(function(){
      var html=document.querySelector('html')
      window.onresize=function(){
        html.style.fontSize=window.innerWidth/7.5+'px'
      }
    })()