body {
	background-color: #AB6C74;
  font-family: 'Open Sans', sans-serif;
}

div {
	background-color: #741F36;
  border-radius: 10px;
  padding: 0.5em;
  margin: 1.5em;
  color: white;
}

li {
	margin-bottom: 1em;
}

h1 {
	text-decoration: underline;
}

img {
	width: 100%;
  max-width: 250px;
}

#title {
	text-align: center;
}
#title img {
	border-radius: 20px
}

#ingredientList {
	list-style: circle;
  column-count: 2;
}

#cookingSteps {
	column-count: 2;
  column-gap: 4em;
}