﻿body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
address,
cite,
dfn,
var,
em,
i,
strong,
b {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
}
body,
html {
  width: 100%;
  height: 100%;
}
code,
kbd,
pre,
samp {
  font-family: couriernew, courier, monospace;
}
small {
  font-size: 12px;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  outline: none;
  
}
body {
  max-width: 750px;
  margin: 0 auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #f1f1f1;
  font: normal normal 100 16px/1 Arial, sans-serif;
}
@media screen and (min-width: 320px) {
  html {
    font-size: 85.3333px;
  }
}
@media screen and (min-width: 360px) {
  html {
    font-size: 96px;
  }
}
@media screen and (min-width: 375px) {
  html {
    font-size: 100px;
  }
}
@media screen and (min-width: 414px) {
  html {
    font-size: 110.4px;
  }
}
@media screen and (min-width: 440px) {
  html {
    font-size: 117px;
  }
}
@media screen and (min-width: 480px) {
  html {
    font-size: 125px;
  }
}
@media screen and (min-width: 640px) {
  html {
    font-size: 170px;
  }
}