* {
	margin: 0;
	padding: 0;
}

body>* {
	margin-left: 1rem;
}

h1 {
	margin-top: 1rem;
}

h2 {
	margin-bottom: 1rem;
}

.test-case {
	margin-bottom: 0.5rem;
}

.ml-code {
	font-family: monospace;
	white-space: pre-line;
	background-color: lightgray;
}

.test-case>p {
	display: inline;
}

.result {
	color: green;
}

.input-block {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	max-width: 100vw;
}

textarea {
	font-family: monospace;
	font-size: 1rem;
	height: 5rem;
	width: 100vw;

	border: none;
	background-color: lightyellow;
}

button {
	font-size: 1rem;
	font-family: serif;
	font-weight: bold;
	color: black;

	min-width: 6rem;

	margin-left: 1rem;
	margin-right: 1rem;

	border: none;

	height: 5rem;

	background-color: lightgray;

	cursor: pointer;
}