:root {
	color-scheme: light dark;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	background: #111827;
	color: #f9fafb;
}

body {
	margin: 0;
	min-height: 100vh;
	display: grid;
	place-items: center;
}

main {
	max-width: 42rem;
	padding: 2rem;
}

h1 {
	font-size: clamp(2rem, 6vw, 4rem);
	margin: 0 0 1rem;
}

p {
	color: #d1d5db;
	font-size: 1.1rem;
	line-height: 1.6;
}
