html {
	background: white;
	height: 100%;
}

body {
  background-color: white;
margin: 0;
justify-content: center;
align-items: center;
display: flex;

  /* leave it to hide the scrollbars */
  overflow: hidden;
}

p {
	margin: 0;
}
