body{font-family: Gill Sans;
background-color: aquamarine;}

header{display: flex;
align-items: center;
justify-content: space-between;
img{width: 50px;}}

.header-nav{display: flex;
align-items: center;
gap:30px ;
a{text-decoration: none;
font-size:20px;
color:black;}}

.menus{display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap:20px;
h1{font-weight: 600;}}

.menu{display: flex;
flex-direction: column;
align-items:start;
width: 95%;
gap: 10px;
background: white;
border-radius: 20px;
padding-left: 20px;
img{width: 90%;
padding:10px;
border-radius:10px;}}

.menu-text{display: flex;
width: 90%;
align-items: center;
justify-content: space-between;
h2{font-weight: 500;}}

button{border: none;
color: white;
font-family: Gill sans;
width: 150px;
height: 40px;
font-size: 20px;
border-radius: 10px;
background: #ddaa27;}