* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: #f1f5f8;
  font-family: "Zilla Slab", serif;
  direction: rtl;
}

body {
  /* The image used */
  background-image: url("https://wallpaper.dog/large/10885929.jpg");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

h2 {
  font-family: "Great Vibes", cursive;
  font-size: 3rem;
  text-align: center;
  color: #ff6a23;
  color: #ffffff;
  padding-top: 50px;
}

footer>h2 {
  font-family: "Great Vibes", cursive;
  font-size: 2rem;
  text-align: center;
  color: #964b29;
  color: #ffffff;
}
.menu {
  margin-top: 20px;
}

.photo {
  /* width: 30%; */
  width: 250px!important;
  height: 250px!important;
  object-fit: cover;
  /* border: 0.25rem solid black; */
  border: 4px solid black;
  border-radius: 10px;
  box-shadow: -10px 10px 10px 0px rgba(0,0,0,0.75);
}
.menu-items {
  display: flex;
  margin: 20px 0;
  padding-right: 50px;
}
.menu-info {
  /* margin-left: 20px; */
  margin-right: 20px;
  width: 100%;
}
.menu-title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid black;
  border-bottom: 2px solid #ffffff;
}

h4 {
  color: #e00a00;
  color: #ffffff;
}

.menu-text {
  padding-top: 20px;
  color: #ffffff;
  font-size: 18px;
}

footer {
  margin-top: 50px;
  position: relative;
  bottom: 30px;
  width: 100%;
}
