body {
	font-family: "Avenir Next",system-ui,sans-serif;
	font-size: 100%;
	line-height: 135%;
}

.first-form fieldset {
	margin: 1.35rem 2em;
	border-radius: 8px;
}
.first-form fieldset legend {
	padding: 0 .5em;
}

.first-form fieldset:first-child label {
	display: block;
	width: 8em;
	float: left;
}
.first-form fieldset:first-child input {
	display: block;
	width: 12em;
	float: left;
}




/* preferred method

.first-form fieldset:first-child label {
	display: inline-block;
	width: 6em;
}
.first-form fieldset:first-child input {
	width: 12em;
}
*/

section:last-child p {
	width: 32%;
	float: left;
}
footer {
	clear: both;
}