html {
  font-size: 100px;
}

body {
  font-size: 12px;
}

@media screen and (min-width: 320px) {
  html {
    font-size: 42.66667px;
  }
}

@media screen and (min-width: 360px) {
  html {
    font-size: 48px;
  }
}

@media screen and (min-width: 375px) {
  html {
    font-size: 50px;
  }
}

@media screen and (min-width: 411px) {
  html {
    font-size: 54.8px;
  }
}

@media screen and (min-width: 414px) {
  html {
    font-size: 55.2px;
  }
}

@media screen and (min-width: 435px) {
  html {
    font-size: 58px;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 102.4px;
  }
}

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
}
