*,
*::before,
*::after{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    -webkit-font-smoothing:antialiased;
}

img,
picture{
    display:block;
    max-width:100%;
}

button,
input,
textarea,
select{
    font:inherit;
}

a{
    text-decoration:none;
    color:inherit;
}

ul{
    list-style:none;
}