h1, h2, p {
  text-align: center;

}
body {
  font-family: sans-serif;
   background-image: url(https://cdn.freecodecamp.org/curriculum/css-cafe/beans.jpg);
}
.menu {
  width: 80%;
  background-color:burlywood;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  max-width: 500px;
  
}
  
.dessert,.flavor {
   text-align: left;
   width: 75%;
}
.price{
  text-align: right;
  width: 25%;
}
.item p {
  display: inline-block;
  width: 50%;

}