body {
background-image: url("https://static.vecteezy.com/system/resources/previews/055/337/336/non_2x/vibrant-orange-and-yellow-checkered-pattern-background-free-vector.jpg");
}
header {
background-color: Bisque;
width: 700px;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
margin-top: 20px;
padding: 20px;
text-align: center;
border-style: dashed;
border-color: brown;
}
h1, h2, h3 {
font-family: sans-serif;
text-align: center;
}
.dish-type {
background-color: Bisque;
width: 700px;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
margin-top: 20px;
padding: 20px;
border-style: dashed;
border-color: brown;
}
.recipe-header {
background-color: Bisque;
width: 700px;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
margin-top: 20px;
padding: 20px;
border-style: dashed;
border-color: brown;
}
footer {
text-align: center;
}
a:hover {
color: brown;
}
