:root {
	color-scheme: dark light;
	font-family: system-ui;
	--color-disabled: rgba(232, 232, 232, 0.497);
}

* {
	font-size: x-large;
}

form {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 12rem;
	gap: 0.5rem;
}

input {
	border: 2px solid;
	user-select: all;
	-webkit-user-select: all;
	font-family: monospace;
	width: 100%;
}

button {
	display: inline-block;
}

#macolon {
	background-color: var(--color-disabled);
	cursor: text;
}
