html {
  font-size: 10px;
}

@media only screen and (min-width: 481px) {
  html {
    font-size: 94% !important
  }
}

@media only screen and (min-width: 561px) {
  html {
    font-size: 109% !important
  }
}

@media only screen and (min-width: 641px) {
  html {
    font-size: 125% !important
  }

  body {
    max-width: 640px
  }
}
*{
  margin: 0px;
  padding: 0px;
}