html {scroll-behavior: smooth;}
body {height:100vh;max-width:100%;}

*{margin: 0;
  padding: 0;
  border: 0;
  outline:0;
  font-size: 100%;
  font: inherit;
  font-weight: normal;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

img, picture, video, canvas, svg {
  display: block;
  max-width:100%;
}

html, body {
  line-height: 1.5;
  height: 100%;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}


ol, ul, li {
  text-decoration: none;
}

/*modify*/
span, p, a, a:hover, a:visited, a, a:hover, a:visited{text-decoration: none;}