*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-image: url(../images-restaurant/33137955_8005817.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position: top;
}
#wrapper {
    margin: 0 auto;
}

#menu {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;

}

#menu ul {
    background-color: #ffff;
    border: solid #000 5px;
    width: 826.3px;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}


#menu ul li {
    list-style: none;
    display: inline-block;
    padding-left: 90px;
    padding-right: 90px;
    padding: auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

#menu a {
    text-decoration: none;
    color: black;
    font-family: Impact, HGPSoeiKakugothicUB, 'Arial Narrow Bold', sans-serif;
    font-size: 18px;
}

.menu-makanan {
width: 100%;
max-width: 581px;
margin-left: auto;
margin-right: auto;
margin-top: 25px;  
}

.section-title {
  display: inline-block;
  padding: 8px 10px;
  border: 3px solid #000;
  border-radius: 40px;
  background-color: #fff;
  width: 266px;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 24px;
  margin-left: 151px;
}

.menu-card {
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 32px;
  width: 342px;
  padding: 16px;
  font-family: Impact, HGPSoeiKakugothicUB, 'Arial Narrow Bold', sans-serif;
  margin-bottom: 12px;
}

.item-name {
  font-size: 17.2px;
  margin-bottom: 25px;
  color: #000;
}

.item-price {
  font-size: 17.2px;
  color: #000;
}

.items-grid {
  display: flex;
  justify-content: center;
  gap: 92px;
  flex-wrap: wrap;
}

.items-grid a {
    text-decoration: none;
}


.menu-card img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 12px;
}

.footer {
background-color: #f9f3d1;
margin-top: 90px;
padding-top: 50px;
}

.footer .logo {
    width: 155px;
    height: 73px;
}

.banner-penutup {
    width: 513px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    font-family: Impact, HGPSoeiKakugothicUB, 'Arial Narrow Bold', sans-serif;
}

.teks p {
    margin-bottom: 30px;
}