*{
    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;
}

.take-out {
width: 100%;
max-width: 623px;
margin-left: auto;
margin-right: auto;
margin-top: 25px;
}

/* Container */
.takeout {
  padding: 0 20px;
  font-family: sans-serif;
  color: #222;
}

/* Info Box */
.w-1124 {
  background: #fff;
  border: 5px solid #000;
  border-radius: 25px;
  padding: 24px;
  text-align: center;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 1124px;
}

.takeout-intro {
  margin-bottom: 24px;
  line-height: 1.5;
  font-family: Impact, HGPSoeiKakugothicUB, 'Arial Narrow Bold', sans-serif;
}

/* Methods Row */
.method-list {
  display: flex;
  justify-content: center;
  gap: 300px;
  flex-wrap: wrap;
}

.method-list a {
text-decoration: none;
color: #000;
}

.method-list p {
    font-family: Impact, HGPSoeiKakugothicUB, 'Arial Narrow Bold', sans-serif;
}

.method {
  max-width: 240px;
}

.method img {
  width: 199px;
  display: block;
  margin: 0 auto 12px;
}

.method h3 {
  margin-bottom: 30px;
  font-size: 38.31px;

}

.method p {
  margin-top: 35px;
}

/* Notes Box */
.w-926 {
  background: #fff;
  border: 5px solid #000;
  border-radius: 25px;
  margin-top: 100px;
  padding: 20px;
  width: 926px;
  margin-left: auto;
  margin-right: auto;
}

.takeout-notes h4 {
  margin-bottom: 12px;
  font-size: 1.2rem;
}

.takeout-notes ul {
  line-height: 1.5;
}

.takeout-notes ul li {
margin-bottom: 10px;
border-radius: 5px;
font-size: 14px;
font-family: Impact, HGPSoeiKakugothicUB, 'Arial Narrow Bold', sans-serif;
text-align: left;
text-decoration: none;
color: black;
list-style: none; 
}

/* Button */
.takeout-button {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 50px;
}


.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;
}