* {
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
	font-size: inherit;
}

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

