@font-face{
font-famliy:华文中宋
src:url(HWZS.TTF)
}

body{
background-image:url(https://windows.de.cool/img1.jpg);
}

.established {
  font-style: italic;
}

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

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

h1, h2 {
  font-family: 华文中宋, serif;
}

.item p {
  display: inline-block;
}

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

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

a{
     font-family: 华文中宋, serif;
}