body {
    background-color: #4C2727;
}
.Logo {
    text-align: justify;
    width: 300px;
}
.Logo img {
    display: block;
    margin: 0 auto;
}
figcaption {
    text-align: center;
    padding-left: px;
    font-size: 35px;
    color: #E7DD8B;
    font-family: 'Courier New', Courier, monospace cursive;
}
body {
    margin: 0 auto;
    max-width: 80%;
}
#motto {
    position: absolute;
    width: 580px;
    height: 116px;
    left: 400px;
    top: 70px;
    font-size: 30px;
    color: white;
    font-family: 'Times New Roman', Times, serif;
}
nav ul {
    list-style-type: none;
    background-color: #784C4C;
}
.Index ul li {
    display: inline-block;
    color: whitesmoke;
    text-decoration: none;
    font-weight: bold;

}
.Index li:hover {
    background: burlywood;
}
.Index ul li:hover ul {
    display: block;
}
.Index ul li ul {
  position: absolute;
  width: 220px;
  display: none;
  padding-left: 0px;
  
}
nav li {
    width: 200px;
    padding: 5px 10px;
    text-align: center;
    display: inline-block;
    color: whitesmoke;
    font-size: 20px;
}
nav a {
    color: whitesmoke;
    text-decoration: none;
    font-weight: bold;
}
nav a:hover{
    color:bisque
}
main {
    color: whitesmoke;
}
.Intro {
    overflow: hidden;
}
.Box {
    width: 500px;
    background-color: #765C5C;
}
.Text {
    padding-left: 5px;
}

.description {
    font-size: 20px;
    padding-left: 5px;
    overflow: hidden;
}
#Restaurant {
    float: right;
    padding-top: 25px;
}
#Restaurant img {
    display: block;
    padding-bottom: 5px;
}
h1, li {
    color: whitesmoke;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: red;
    color: white; 
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
  }
  
  #myBtn:hover {
    background-color: #555;
  }
  function scrollFunction() {
    if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
      mybutton.style.display = "block";
    } else {
      mybutton.style.display = "none";
    }
  }
  .menu h2 {
    text-align: center;
    font-size: 40px;
  }
  .menu h3 {
    text-align: center;
    font-size: 30px;
  }
  .menu p {
    text-align: center;
    font-size: 30px;
    margin: 0px;
  }