*,
*::before,
*::after{

margin:0;
padding:0;
box-sizing:border-box;

}

body{

font-family:'Poppins',sans-serif;

background:#f7f9fc;

color:#222;

}

img{

display:block;
max-width:100%;

}

a{

text-decoration:none;

}

ul{

list-style:none;

}

button,
input,
select{

font-family:inherit;

}