body{
margin:0;
background:white;
font-family:
"SF Pro Rounded",
"Hiragino Maru Gothic ProN",
"Yu Gothic Rounded",
sans-serif;
}

/* header */

.header{

border-bottom:1px solid #eee;

}

.header-inner{

max-width:1100px;
margin:auto;
padding:15px;
display:flex;
justify-content:space-between;
align-items:center;

}

.logo img{

height:50px;

}

.nav a{

margin-left:20px;
text-decoration:none;
color:#333;

}

/* hero */

.hero{

text-align:center;
padding:80px 20px;

}

.title{

font-size:42px;
margin-bottom:40px;
color:#222;
letter-spacing:2px;

}

.hero-image{

max-width:700px;
width:90%;
height:auto;

}

/* menu */

.menu{

display:flex;
justify-content:center;
gap:40px;
padding:80px 20px;

}

.menu-card{

background:#f5f5f5;
padding:30px 80px;
border-radius:12px;
text-decoration:none;
color:#222;
font-size:20px;
box-shadow:0 5px 10px rgba(0,0,0,0.1);

}

/* footer */

.footer{

background:#222;
color:white;
text-align:center;
padding:30px;

}