html {
	background: white;
	height: 100%;
}

body {
	display: flex;
	height: 100%;	
	margin: 0;
	padding: 0 px;
	justify-content: center;
	align-items: center;
}

p {
	margin: 0;
}
