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

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
menu,
figure,
blockquote {
	margin: 0;
}

ol,
ul,
menu {
	padding: 0;
	list-style: none;
}

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

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