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

body {
	background-color: #FFFFFF;
	/* leave it to hide the scrollbars */
	overflow: hidden;
	margin: 0;
	justify-content: center;
	align-items: center;
	display: flex;
}

p {
	margin: 0;
}
