html {
  box-sizing: border-box;
  line-height: 1.0;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, header, nav, h1, h2, h3, h4, h5, h6, a, p, ol, ul, small, div, section, main, footer, br, img {
  margin: 0px;
  padding: 0px;
}

ol, ul, li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

.clear-text {
  -webkit-font-smoothing: antialiased;
/* For WebKit browsers (Chrome, Safari) */

  -moz-osx-font-smoothing: grayscale;
/* For macOS Firefox */

  font-smoothing: antialiased;
/* Generic property (less widely supported) */
}