* {
    margin: 0px;
    padding: 0px;
    outline: 0;
}
img {
    border: 0;
}
ol,
ul {
    list-style: none
}
html,
body {
    min-height: 100%;
    width: 100%;
}
body {
    position: relative;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img {
    max-width: 100%;
    height: auto;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}