html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
em,
i,
span,
a,
img,
input,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Tahoma, Arial, Roboto, ”Droid Sans”, ”Helvetica Neue”, ”Droid Sans Fallback”, ”Heiti SC”, sans-self;
  font-weight: 400;
}

img[src=""] {
  opacity: 0;
}

a,
img,
input {
  border: none;
}

i {
  font-style: normal;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none
}

a,
img {
  -webkit-touch-callout: default;
}

html,
body {
  -webkit-user-select: none;
  user-select: none;
  min-height: 100%;
}

.-overhide {
  height: 100vh;
  overflow: hidden;
}

input {
  outline: none;
  border: none;
  background-color: transparent;
}

textarea {
  outline: none;
  border: none;
  background-color: transparent;
}

/* reset end */
html,
body {
  font-size: calc(100vw / 750 * 100);
}

html,
body {
  min-height: 100vh;
  background-color: #C54C38;
  /* max-width: 750px; */
  margin: auto;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus,
input:focus,
p:focus,
div:focus,
span:focus,
i:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-modify: read-write-plaintext-only;
}

/* @media (min-width: 750px) {

  html,
  body {
    font-size: 100px;
  }

  ::-webkit-scrollbar {
    width: 8px;
  }

  ::-webkit-scrollbar-track {
    border-radius: 10px;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
  }
} */