form.container {
	border: 2px solid #dee2e6;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	padding-bottom: 2rem;
}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
}

code {
	font-size: 1.5rem;
}

footer {
	background-color: #eeeeee;
}

#input {
	font-family: var(--bs-font-monospace);
	font-size: 1.25rem;
}

#output {
	background-color: #eeeeee;
	min-height: 30px;
}
