*{box-sizing:border-box;margin:0;font-family:Inter,sans-serif}body{background-color:#fafaf8}header{height:105px;display:flex;align-items:center;justify-content:center;gap:11px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;background-color:#fff}header>h1{font-size:2.5rem;font-weight:400}main{padding:50px 20px 10px}.add-ingredient-form{display:flex;justify-content:center;gap:14px;height:40px}.add-ingredient-form>input{border-radius:6px;border:1px solid #d1d5db;padding:14px 20px;box-shadow:0 1px 2px #0000000d;flex-grow:1;min-width:165px;max-width:420px}.add-ingredient-form>button{font-family:Inter,sans-serif;border-radius:6px;border:none;background-color:#141413;color:#fafaf8;width:150px;font-weight:500}.add-ingredient-form>button:before{content:"+";margin-right:5px}.List-and-Recipe{margin:50px 20%}@media (max-width: 1024px){.List-and-Recipe{margin:40px 10%}}@media (max-width: 768px){.List-and-Recipe{margin:30px 5%}}@media (max-width: 480px){.List-and-Recipe{margin:20px 10px}}.List-and-Recipe>h2{font-weight:400}ul.ingredients-list{margin-top:15px;margin-bottom:48px}ul.ingredients-list>li{color:#475467;line-height:28px;font-size:13px}.get-recipe-container{display:flex;justify-content:space-between;align-items:center;border-radius:8px;background:#f0efeb;padding:10px 20px;max-width:900px;gap:20px}.get-recipe-container h3{font-size:1.125rem;font-weight:500;line-height:24px}.get-recipe-container p{color:#6b7280;font-size:.875rem;line-height:20px}.get-recipe-container button{border:none;border-radius:6px;background:#d17557;box-shadow:0 1px 2px #0000000d;color:#fafaf8;padding:9px 17px;font-family:Inter,sans-serif;font-size:.875rem;cursor:pointer}.recipeFull{max-width:1200px;margin:20px auto;padding:40px;line-height:1.6;color:#475467;line-height:28px;font-size:1.1rem;font-weight:400}.recipeFull>h2{font-weight:500;margin-bottom:20px}.recipeFull ul li,.recipeFull ol li{margin-bottom:8px}
