*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html   { scroll-behavior: smooth; }
ul     { list-style: none; }
a      { text-decoration: none; }
img    { display: block; max-width: 100%; }
button { cursor: pointer; background: none; border: none; }
