body {
  background-position:center top;
  background-repeat:no-repeat;
  font-family: sans-serif;
  padding: 20px;
}

h1 {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

h2 {
  font-size: 30px;
}

.established {
  font-style: italic;
}

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

.flagLeft {
  position: fixed;
  top: 30px;
  left: 50px;
        }

.flagRight {
  position: fixed;
  top: 30px;
  Right: 50px;
        }

.menu {
  background-color: none;
  margin-left: auto;
  margin-right: auto;
}

#.menu {
#  width: 80%;
#  background-color: none; 
#  margin-left: auto;
#  margin-right: auto;
#  padding: 20px;
#  max-width: 500px;
#}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

hr {
  height: 2px;
  background-color: brown;
  border-color: brown;
}

.bottom-line {
  margin-top: 25px;
}

h1, h2 {
  font-family: Impact, serif;
}

.item p {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  color: white;
}

.flavor, .dessert {
  text-align: left;
  width: 75%;
}

.price {
  text-align: right;
  width: 25%;
}

.location {
  text-align: left;
  width: 75%;
}

.year {
  text-align: right;
  width: 25%;
  }

/* FOOTER */

footer {
  font-size: 14px;
}

.address {
  margin-bottom: 5px;
}

a {
  color: blue;
}

a:visited {
  color: purple;
}

a:hover {
  color: red;
}

a:active {
  color: blue;
}
