@charset "utf-8";
*,
::after,
::before{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}

a{
  color: inherit;
  text-decoration: none;
}

nav ul{
  list-style: none;
}