form {
	font-size: 1.1em;
	display: flex;
	flex-direction: column;
	width: 50%;
	margin: auto;
	margin-top: 1em;
}

input {
	margin-bottom: 2em;
}

p {
	text-align: center;
}