/* *, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  } */

  html, body {
    height: 100%;
    font-size: 100%;
    scroll-behavior: smooth;
    line-height: 1.2;
  }
  
  ul, ol { list-style: none; margin: 0;}
  img, picture, video, canvas, svg { display: block; max-width: 100%; height: auto; }
  a { text-decoration: none; color: inherit; }