



.menusiteheading {
  color: #5e2908;
  font-size: 2.0rem;
  font-family: inthent;
  font-weight: bold;

}

.menu2centresiteheading {
  margin: auto;
  text-align: center;
  color: #5e2908;
  font-size: 2.0rem;
  font-family: inthent;
  font-weight: bold;
}


.menupricetext {
  color: green;
  font-size: 2.0rem;
  font-family: inthent;
  font-weight: bold;

}

.menucentrepricetext {
  color: #eb6714;
  Font-size: 2.0rem;
  margin: auto;
  text-align: center;
  font-weight: bold;
  font-family: inthent;
}


.menutext {
  color: #333333;
  font-size: 1.7rem;
  font-family: inthent;
}



.menucentresiteheading {
  font-family: 'ravie', 'inthentbold';
  line-height: 200%;
  letter-spacing: 2px;
  color:  #eb6714;
  background:  #5e2908;
  Font-size: 2.0rem;
  margin: auto;
  text-align: center;
  font-weight: bold;
}




.MenuPageGrid {
  margin: auto;
  border: 5px solid #5e2908;
  border-radius: 12px;
  display: grid;
  padding: 10px;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
  width: 95%;

}

.MenuPage {
  margin: auto; 
  border: 5px solid #5e2908;
  font-size: 2.2rem;
  color: #333333;
  padding: 10px;
  border-radius: 12px;
  background:#eeeeee;
  width: 95%;


}

.MenuPage2 {
  margin: auto;
  width: 95%;
  font-size: 2.2rem;
  color: #333333;
  padding: 10px;
}

/*

.MenuPage img {
  margin: auto;
  width 100%;
  display: flex;

}

*/