html,
body {
	height: 100%;
}

body,
p {
	display: flex;
	border: 0px;
	margin: 0px;
	padding: 0px;
	align-items: center;
	justify-content: center;
}