
html {
	box-sizing: border-box;
}

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

ul, ol {
	padding: 0;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, figcaption, dl, dd {
	margin: 0;
}

ul {
	list-style: none;
}

img {
	max-width: 100%;
	display: block;
}

input, button, textarea, select {
	font: inherit;
}
