body {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

article {
    text-align: center;
    text-decoration: none;
    font-style: normal;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

h1 {
    background-color: darkgoldenrod;
    text-align: center;
    font-style: normal;
    font-size: 50px;
    max-width: 80%;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 120px;
    height: 70px;
    padding-top: 20px;
   
}

h2{
    text-align: center;
    font-weight: bold;
    text-shadow: 7px 3px 2px #78610B;
}

body {
	background-color: darkgray;
}

#ingredient list{
	align-content: center;
	text-decoration: none;
}

p{
	text-align: center;
}

figure{
    text-align: center;
}


footer{
	text-align: center;
	background-color: darkgoldenrod;
}

ul {
   list-style-type: none;
}
