html, body {
	margin: 0;
	width: 100%;
	/*height: 100%;*/
	background-color: hsl(0,0%,70%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Open Sans", helvetica, sans-serif;
	color: hsl(0,0%,100%);
}

