*,
*::before,
*::after{

    margin:0;
    padding:0;

    box-sizing:border-box;

}

html{

    scroll-behavior:smooth;

}

body{

    min-height:100vh;

    overflow-x:hidden;

}

img{

    display:block;

    max-width:100%;

}

picture{

    display:block;

}

a{

    text-decoration:none;

    color:inherit;

}

ul,
ol{

    list-style:none;

}

button,
input,
textarea,
select{

    font:inherit;

    border:none;

    outline:none;

    background:none;

}

button{

    cursor:pointer;

}

textarea{

    resize:vertical;

}