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

html {
	height: 100%;
	line-height: 1.5;
}

body {
	color: #212529;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.clear::after {
	clear: both;
	content: '';
	display: block;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}