body{
font-family: "Hiragino Kaku Gothic ProN", sans-serif;
margin:0;
background:#f5f3ef;
color:#333;
}

header{
background:#5a3e36;
color:white;
padding:20px;
text-align:center;
}

nav ul{
list-style:none;
padding:0;
display:flex;
justify-content:center;
gap:30px;
}

nav a{
color:white;
text-decoration:none;
font-weight:bold;
}

.hero{
background:#c7b299;
color:white;
text-align:center;
padding:80px 20px;
}

section{
padding:60px 20px;
max-width:900px;
margin:auto;
}

h2{
border-bottom:2px solid #c7b299;
padding-bottom:10px;
}

.menu-item{
display:flex;
justify-content:space-between;
border-bottom:1px dashed #ccc;
padding:10px 0;
}

footer{
background:#333;
color:white;
text-align:center;
padding:20px;
}