* {
  box-sizing: border-box;
}
body,
h1,
h2,
html,
li,
p,
ul {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
#root {
  height: 100%;
  overflow: hidden;
}
li,
ul {
  list-style: none;
}
button {
  border: none;
  outline: none;
}
input {
  outline: none;
}
::-webkit-scrollbar {
  display: none;
}
ins[data-ad-status="unfilled"] {
  display: none !important;
}
.page-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
