body {
  background-image: url("../images/macncheese.jpg");
}

h1 {
  font-family: arial;
  text-align: center;
}

h2 {
  font-family: arial;
  text-align: center;
}

p {
  font-family: verdana;
}

ul {
  font-family: helvetica;
}

ol {
  font-family: Tahoma;
}

.recipe {
  margin: 40px auto;
  max-width: 1000px;
  color: #2c5861;
  background-color: white;
}
