body{
	margin-top: 200px;
}

.page{
	background: white;
	min-width: 400px;
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px;
	min-height: calc(100vh - 400px);
}

navbar{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
}

footer{
	background: white;
	/*position: fixed;
	left: 0;
	bottom: 0;*/
	width: 100%;
	text-align: center;
}