html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	margin: 0;
	padding: 20px;
	box-sizing: border-box;
	background: black;
	font-family: sans-serif;
	font-size: 15px;
	letter-spacing: -.04em;
	line-height: 1.3;
	color: white;
	overflow-x: hidden;
}

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

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}
