*{box-sizing:border-box}body{margin:0;font-family:Inter,sans-serif;background-color:#0a505a;background-color:#fff;min-width:300px}header{display:flex;justify-content:center;color:#fff;align-items:center;gap:11px;height:80px;background-color:#e76f51;box-shadow:0 2px 10px #36280c}header>img{width:50px}header>h1{font-weight:400}.title{display:flex;flex-direction:column;justify-content:center;margin-top:20px;margin-bottom:-15px;align-items:center;padding:10px}.title h3{margin-bottom:-10px}.title h1{padding:30px 20px 10px}main{padding:30px 30px 10px;height:auto}.input-row{display:flex;justify-content:center}.input-row>button{font-family:Inter,sans-serif;border-radius:6px;border:none;background-color:#141413;color:#fafaf8;width:150px;font-size:.875rem;font-weight:500;margin-left:10px;cursor:pointer}.input-row>button:hover{background-color:#ce2029;cursor:pointer}.add-ingredient-form{display:flex;justify-content:center;gap:12px;height:38px}.add-ingredient-form>input{border-radius:6px;border:1px solid #D1D5DB;padding:9px 13px;box-shadow:0 1px 2px #0000000d;flex-grow:1;min-width:250px;max-width:500px}.add-ingredient-form>button{font-family:Inter,sans-serif;border-radius:6px;border:none;background-color:#141413;color:#fafaf8;width:150px;font-size:.875rem;font-weight:500}.add-ingredient-form>button:before{content:"+";margin-right:5px}.add-ingredient-form>button:hover{background-color:#84a98c;cursor:pointer}ul.ingredients-list{margin-bottom:48px}ul.ingredients-list>li{color:#475467;line-height:28px}.get-recipe-container{display:flex;justify-content:space-between;align-items:center;border-radius:8px;background:#f0efeb;padding:10px 28px}.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:#000;box-shadow:0 1px 2px #0000000d;color:#fafaf8;padding:9px 17px;font-family:Inter,sans-serif;font-size:.875rem;cursor:pointer}.get-recipe-container button:hover{background:#e76f51;transition:ease-out .1s}.suggested-recipe-container{color:#475467;line-height:28px;font-size:1.125rem;font-weight:400}.suggested-recipe-container ul li,.suggested-recipe-container ol li{margin-bottom:8px}.markdown{margin-top:20px;width:100%;padding:10px 28px;border:1px;border-radius:8px;display:flex;flex-direction:column;background-color:#e76f51;color:#2a2a2a;box-shadow:0 0 10px 1px gray}@media (width <= 500px){.input-row{flex-direction:column}.add-ingredient-form{flex-direction:column;height:auto}.add-ingredient-form>button{padding:0;height:35px;width:auto}.input-row>button{margin:10px 0 0;height:35px;width:auto}.add-ingredient-form>input{max-width:auto}.title h3{margin-left:20px;margin-right:20px}}@media (width <= 350px){.get-recipe-container,.input-row{flex-direction:column}.add-ingredient-form{flex-direction:column;height:auto}.add-ingredient-form>button{padding:0;height:50px;width:auto}.input-row>button{margin:10px 0 0;height:50px;width:100%}main{height:400px;width:auto}.markdown{margin-bottom:10px}}
