html{
  font-size:100px !important;
}
@media only screen and (max-width: 1600px){
  html {
    font-size: 90px !important;
  }
}
@media only screen and (max-width: 1460px){
  html {
    font-size: 80px !important;
  }
}
@media only screen and (max-width: 1360px){
  html {
    font-size: 70px !important;
  }
}
