*,
*::before,
*::after {
	padding: 0;
	margin: 0;
	border: none;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: inherit;
}
img {
	vertical-align: top;
	max-width: 100%;
}
html,
body {
	line-height: 1;
	height: 100%;
}

