html,
body,
div,
span,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
a,
img,
input,
button,
textarea,
figure,
figcaption,
main {
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
    width: 100%;
	height: 100%;
	font-size: 26.67vw;
}
body {
	/* position: relative; */
	width: 100%;
	height: 100%;
    font-size: 16px;
}

  