
body {
	text-align: center;
}

h1 {
	font-size: 3em;
}

strong {
	font-size: 2em;
}

form {
	margin: 3em;
}

input[type="search"] {
	width: 20em;
}

label:first-of-type::before {
	content: "\A";
	white-space: pre;
}

