body{
  	display: flex;
	justify-content: center;
	width: 320px;
	margin: auto;
	flex-direction: column;
	background-color: cornflowerblue;
}

h1 {
	text-align: center;
}


form {
	margin: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

label {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}

div{
	width: 100%;
}

.nom_ingredient_label, .qtt_ingredient_label, .step_desc_label {
	display: flex;
	justify-content: space-between;
	margin-left: 10%;
	width: 90%;
}

.step_desc_label textarea {
	width: 60%;
	height: 100px;
}

#submit {
	margin: auto;
	margin-top: 50px;
}
