*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}

a,
*::before,
*::after {
	display: inline-block;
}

html,
body {
	height: 100%;
	min-width: 320px;
}

a{
	color: inherit;
	text-decoration: none;
}

button {
	cursor: pointer;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

img {
	vertical-align: top;
}