h1, h2, p {
  text-align: center;
}
.menu {
  background-color: SandyBrown;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  max-width: 600px;
}
body {
  background-image: url(https://www.edinburghnews.scotsman.com/jp-ct.co.uk/image/onecms:f0c03dec-054b-43f5-b251-51b8f39e9084:939e0523-d6a9-40d7-a174-3687d12f8fa4/image.jpg);
  font-family: cursive;
  padding: 20px;
}
.flavor {
  text-align: left;
  width: 75%;
}
.price {
  text-align: right;
  width: 25%;
}
.item p {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
}
h1, h2 {
  font-style: oblique;
}
.established {
  font-style: italic;
}
hr {
  height: 3px;
  background-color: Black;
  border-color: Black;
}
.bottom-line {
  margin-top: 25px;
}
footer {
  font-style: italic;
}
h1 {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

h2 {
  font-size: 30px;
}
