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

@media (prefers-reduced-motion) {

	body,
	html {
		scroll-behavior: unset !important;
	}

	* {
		transition: 0.000001ms !important;
		animation-duration: 0.000001ms !important;
	}
}