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

.container {
	background: white;
	padding: 40px;
	border-radius: 12px;
	text-align: center;
	box-shadow: 0 4px 20px #0001;
}

h1 {
	color: #2563eb;
}

button {
	padding: 12px 20px;
	border: none;
	border-radius: 8px;
	background: #2563eb;
	color: white;
	cursor: pointer;
}
