﻿html {
}
* {
   margin: 0;
   padding: 0;
   text-decoration: none;
   list-style: none;
   overflow-x: hidden;
   transition: 0.2s;
   border-style: none;
   scroll-behavior: smooth;
}

*, ::after, ::before {
   box-sizing: border-box;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
   display: block;
}

body {
   background-color: #000;
}

a {
   color: #333;
}