.main {
	text-align: center;
	width: 1024;
	margin-inline: auto;
	border: 1px solid black;
	border-radius: 25px;
	padding: 20px;
}

.label {
	text-align: right;
}

#ruleNumber {
	width: 5em;
}

#menu {
	display: grid;
	grid-template-columns: auto auto auto auto auto;
	width: 64em;
	border-style: solid;
	margin-inline: auto;
	font-family: monospace;
}

#output {
	width: 64em;
	height: 32lh;
	border-style: solid;
	margin-inline: auto;
	font-family: monospace;
}

#rule {
	width: 12em;
	text-align: center;
}
