
*,
*:after,
*:before {
    box-sizing: border-box;
}


html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%; 
  text-size-adjust: none;
}

body, div, p, ul, a, li, h1, h2, h3, h4, img {
    margin: 0;
    padding: 0;
}

a {
  text-decoration: none;
  color: #fff;  
}