html {
  box-sizing: border-box;
}

*,
*:after,
*:before {
  box-sizing: inherit;
  box-sizing: border-box;
  /* background-color: #0000ff10; */
}

* {
  margin: 0;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body,
html {
  -webkit-tap-highlight-color: transparent;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
  padding: 0;
}


blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

figure {
  padding: 0;
}

img {
  width: 100%;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 1rem;
}

iframe {
    border: none;
}