*{

margin:0;

padding:0;

box-sizing:border-box;

}

html{

scroll-behavior:smooth;

}

body{

font-family:'Inter',sans-serif;

background:#fff;

overflow-x:hidden;
 padding-top:200px;

}

img{

display:block;

max-width:100%;

}

a{

text-decoration:none;

color:inherit;

}

button{

border:none;

cursor:pointer;

background:none;

}

ul{

list-style:none;

}