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

    box-sizing: border-box;

}


* {

    margin: 0;
    padding: 0;

}


html {

    scroll-behavior: smooth;

}


img {

    max-width: 100%;
    display: block;

}


a {

    text-decoration: none;

}


ul {

    list-style: none;

}


button,
input,
textarea,
select {

    font: inherit;

}