* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
}
html,
body {
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  height: 100%;
}
body {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
ul,
ol {
  list-style: none;
}
a {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
button {
  -webkit-tap-highlight-color: transparent;
  border: none;
  outline: none;
}
div,
i {
  -webkit-tap-highlight-color: transparent;
}
input[type="search"] {
  -webkit-appearance: none;
}
body {
  background-color: #FFFFFF;
  max-width: 31.25rem;
  margin: 0 auto !important;
}
