html {
	color-scheme: dark;
}

body {
	font-family: system-ui, helvetica;
}

p {
	max-width: 70ch;
}

[type="number"] {
	width: 50px;
}


dialog {
	border-color: red;
	border-radius: 10px;
	padding: 10px;
}

dialog h1 {
	margin-top: 0px;
}

dialog::backdrop {
	background-color: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(5px);
}

dialog button {
	float: right
}