*{
  margin: 0;
  padding: 0;
  list-style: none;

}
body{
  overflow: scroll;
}
html {
  font-size: 20px;
}
@media only screen and (max-width: 399px) {
  html {
    font-size: 18px !important;
  }
}
@media only screen and (min-width: 400px) {
  html {
    font-size: 21.33333333px !important;
  }
}
@media only screen and (min-width: 414px) {
  html {
    font-size: 22.08px !important;
  }
}
@media only screen and (min-width: 480px) {
  html {
    font-size: 25.6px !important;
  }
}
.font-12{
    font-size: 12px;
}
.font-13{
    font-size: 13px;
}
.font-30{
    font-size: 30px;
}
.font-30-im{
    font-size: 30px!important;
}
.color-red{
    color:red;
    font-size: 20px;
}