html * {box-sizing: border-box;}

body {
	font-family: "Avenir Next", system-ui,sans-serif;
	font-size: 100%
	line-height: 144%;
	text-align: justify;
	
}

header {
	min-height: 30vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #ccc;
}

header>* {
	outline: 1px dotted red;
	/*text-align: center;*?
}

main {
	display: flex;
	flex-direction: row;
	/*gap: 2em; */
	justify-content: space-evenly;
}

/* main>* {outline: 1px dotted red;}*/

section:first-child {
	width: 55%;
}

section:last-child {
	width: 35%;
}

footer{
	clear: left;
}

form.first-form {
	max-width: 24em;
	margin: 1.44em auto;
}

.first-form fieldset {
	margin: 0;
}

.first-form fieldset:first-child {
	text-align: justify;
}

.firstform fieldset:first-child label {
	display: inline-block;
	width: 10em;
}

.first-form fieldset.choices label {
	display: inline-block;
	padding-left: .5em;
	width: 80%;
}