/*! _reset.css */

*, *:before, *:after {
    box-sizing: border-box;
    background-repeat: no-repeat;
  }
  html {
      height: 100%;
      scroll-behavior: smooth;
      font-size: 62.5%;
  }
  @media (prefers-reduced-motion: no-preference) {
    :has(:target) {
        scroll-behavior: smooth;
        scroll-padding-top: 100px;
    }
  }
  
  html,
  body,
  nav,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  a,
  i,
  q,
  ul,
  li,
  button,
  span,
  figure {
      margin: 0;
      padding: 0;
  }
  
  a {
      outline: none;
  }

  .module_description { display: none; }

