body {
	margin: 40px auto;
	max-width: 850px;
	line-height: 1.6;
	font-size: 16px;
	color: #444;
	padding: 0 10px
}

h1, h2, h3 {
	line-height: 1.2;
	text-align: center;
	margin: 50px 0px;
}

input, button, textarea {
	font-size: 16px;
}

textarea {
	resize: vertical;
	min-height: 2lh;
	max-height: 20lh;
}

code {
	font-family: Consolas, "courier new";
	background-color: #f1f1f1;
	padding: 2px;
}

.inputFlex {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 50px 0px;
}