@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;700&display=swap');


*{
box-sizing:border-box;
}


body{

margin:0;
background:#F5E6C8;
font-family:Vazirmatn;
color:#4A2C20;

}


header{

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

background:#4A2C20;
color:#F5E6C8;

}


.logo{

font-size:48px;
font-weight:bold;
color:#A8B86A;

}


header a{

color:#A8B86A;
text-decoration:none;

}


.menu{

padding:20px;

}


h2{

text-align:center;

}


.card{

background:#fff3d8;
border-radius:20px;
padding:20px;
margin:15px 0;
box-shadow:0 5px 15px #0002;

}


.card h3{

margin:0;
color:#4A2C20;

}


.price{

color:#A8B86A;
font-weight:bold;
font-size:20px;

}
