
html{scroll-behavior:smooth}
img{image-rendering:auto}
a,button{transition:all .16s ease}
body{opacity:0;animation:vaillatFade .28s ease forwards}
@keyframes vaillatFade{to{opacity:1}}
