* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  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 {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  position: relative;
  background-color: #0f131e;
  -webkit-tap-highlight-color: transparent;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
button {
  border: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
div,
i {
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0 auto;
}

