:root {
	color-scheme: dark;
}

body {
	margin: 0;
	font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
	background: #0b3d2e;
	color: #e8f5e9;
}

main {
	display: flex;
	min-height: 100vh;
	align-items: center;
	justify-content: center;
}

h1 {
	margin: 0;
	font-size: clamp(2.5rem, 8vw, 5rem);
	font-weight: 600;
	letter-spacing: 0.05em;
}
