form {
	font: 1.2em/1.1 Source Sans Pro, sans-serif;
	width: max-content;
	max-width: 100%;
}

input {
	margin-left: 1em;
	font: inherit;
}

label {
	margin: 0.5em 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

button {
	margin: 1em auto;
	padding: 0.5em;
	width: 100%;
	border: none;
	border-radius: 0.5em;
	font: inherit;
	color: white;
	background: royalblue;
}

output {
	display: block;
	white-space: pre-line;
	width: 13em;
	max-width: 100%;
}
