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

h1 {
	font-size: 2rem;
	margin-bottom: 0.5rem;
}

p {
	font-size: 1.25rem;
}
