/* ==========================================================
   C:\wamp64\www\sida2\css\reset.css
   ========================================================== */
   *,
   *::before,
   *::after {
       margin: 0;
       padding: 0;
       box-sizing: border-box;
   }
   
   html {
       scroll-behavior: smooth;
       -webkit-text-size-adjust: 100%;
   }
   
   body {
       min-height: 100vh;
   }
   
   img {
       display: block;
       max-width: 100%;
   }
   
   button,
   input,
   textarea,
   select {
       font: inherit;
   }
   
   a {
       color: inherit;
       text-decoration: none;
   }
   
   ul,
   ol {
       list-style: none;
   }