/*
  1. Correct the line height in all browsers.
*/
html {
    line-height: 1.15; /* 1 */
  }
  
  /*
    2. Remove the margin in all browsers.
  */
  body {
    margin: 0; /* 2 */
  }
  
  /*
    3. Remove built-in form typography styles
  */
  input, button, textarea, select {
    font: inherit; /* 3 */
  }
  
  /*
    4. Avoid text overflows
  */
  p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word; /* 4 */ 
  }
  
  /*
    5. Remove the gray background on active links in IE 10.
  */
  a {
    background-color: transparent; /* 5 */ 
  }
  
  /*
    6. Remove the border on images inside links in IE 10.
  */
   img {
    border-style: none; /* 6 */
  }