/* =================================
   Reset CSS
================================= */

*,
*::before,
*::after{
  box-sizing: border-box;
}

body{
  margin: 0;
}

img{
  max-width: 100%;
  display: block;
}

ul,
ol{
  list-style: none;
  margin: 0;
  padding: 0;
}

a{
  text-decoration: none;
  color: inherit;
}