html {
	height: 100%;
	box-sizing: border-box;
}

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

::-webkit-scrollbar-track:horizontal {
	-webkit-appearance: none;
	display: none;
	visibility: hidden;
}

body {
	font-family: 'arial';
	margin: 0;
	padding: 0;
	position: relative;
	margin: 0;
	min-height: 100%;
}
