html,
body {
  padding: 0;
  margin: 0;
}
html {
  font-size: 14px;
}
body {
  position: relative;
  font-size: 14px;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a:link,
a:active,
a:visited,
a:hover,
a:visited:hover {
  text-decoration: none;
  cursor: pointer;
}
a,
i,
b,
font,
strong,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
div,
section {
  outline: 0;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
}
img {
  border: 0;
}
img[src=""] {
  opacity: 0 !important;
}
ul,
li,
img,
span,
p,
font,
strong,
em,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
input,
tboby,
form {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select,
textarea,
button {
  border-radius: 0;
  outline: 0;
}
input {
  -webkit-appearance: none;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
/* @media screen and (max-width: 1440px) {
  html {
    font-size: 100px !important;
  }
}
@media (min-width: 1441px) and (max-width: 1920px) {
  html {
    font-size: 100px!important;;
  }
}
@media (min-width: 1921px) and (max-width: 2560px) {
  html {
    font-size: 100px!important;;
  }
} */
