html{
	height: 100vh;
}

body{
	margin: 0;
	font-size: 14px;
	overflow-x: auto;
	text-align: left;
	height: 100%;
	display: grid;
	background: #EEEEEE;
}

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

p{
	margin: 0;
	padding: 0;
}

body, button, input, select{
	font-family: Gotham;
}

body{
	grid-template-rows: 100px 1fr;
}