/* ==================================
   RESET
================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body{
    scroll-behavior: smooth;
    min-height: 100vh;
    margin: 0;
}

img {
  max-width: 100%;
  display: block;
  margin: auto;
}

ul{
  list-style: none;
}