*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{

font-family:'Poppins',sans-serif;
background:#ffffff;
color:#222;
overflow-x:hidden;

}

.container{

width:92%;
max-width:1300px;
margin:auto;

}

img{

display:block;
max-width:100%;

}

a{

text-decoration:none;

}

button{

cursor:pointer;
font-family:inherit;

}