* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

input,
button,
textarea,
select {
	font: inherit;
	color: inherit;
	background: none;
	border: none;
	outline: none;
}

html,
body {
	height: 100%;
	font-family: sans-serif;
	font-size: 16px;
	background-color: #fff;
	color: #000;
}

strong,
b {
	font-weight: normal;
}

em,
i {
	font-style: normal;
}

button {
	cursor: pointer;
	background: none;
	border: none;
}

img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
	height: auto;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}
