body {
	font-family: Arial, sans-serif;
	background: #f0f8ff;
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	margin: 0;
  }
  