html {
  font-size: 50px !important;
}
@media screen and (min-width: 320px) {
  html {
    font-size: 21.33px !important;
  }
}
@media screen and (min-width: 360px) {
  html {
    font-size: 24px !important;
  }
}
@media screen and (min-width: 375px) {
  html {
    font-size: 25px !important;
  }
}
@media screen and (min-width: 384px) {
  html {
    font-size: 25.6px !important;
  }
}
@media screen and (min-width: 480px) {
  html {
    font-size: 32px !important;
  }
}
@media screen and (min-width: 400px) {
  html {
    font-size: 26.7px !important;
  }
}
@media screen and (min-width: 414px) {
  html {
    font-size: 27.6px !important;
  }
}
@media screen and (min-width: 424px) {
  html {
    font-size: 28.27px !important;
  }
}
@media screen and (min-width: 540px) {
  html {
    font-size: 36px !important;
  }
}
@media screen and (min-width: 720px) {
  html {
    font-size: 48px !important;
  }
}
@media screen and (min-width: 750px) {
  html {
    font-size: 50px !important;
  }
}
