section {
	display: flex;
	align-items: center;
	flex-direction: column;
}

body {
	background-color: #ADD8E6;
}

h2, h3 {
	margin-top: 50px;
}

ul {
	margin-top: 10px;
}

label {
    width: 50px;
}

form {
	display: flex;
	align-items: center;
	flex-direction: column;
	box-shadow: 5px 5px 5px 3px gray;
	border-radius: 20px;
	background-color: white;
    padding: 1em;
    border: 1px solid #CCC;
}

input, textarea {
    width: 350px;
	margin-bottom: 15px;
    border: 1px solid #999;
	border-radius: 5px;
    box-sizing: border-box;
}
