﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
span,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
nav,
header,
footer {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    /* font-size: 6.26vw; */
}

body {
    font-size: 16px;
}

li {
    list-style: none;
}

html,
body {
    width: 100%;
    height: 100%;
}

::-webkit-scrollbar {
    width: 0rem;
    height: 0rem;
}
