:root {
	color-scheme: light dark;
}

body {
	margin: 0;
	font-family: system-ui, sans-serif;
	line-height: 1.5;
	display: grid;
	min-height: 100vh;
	place-items: center;
}

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

h1 {
	margin-top: 0;
}

code {
	font-family: ui-monospace, monospace;
	background: rgba(127, 127, 127, 0.18);
	padding: 0.1em 0.35em;
	border-radius: 4px;
}
