body{font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif;background-color:azure}.header{display:flex;flex-direction:row;height:80px;width:auto;background-color:#cbece1;margin-top:-8px;margin-left:-8px;margin-right:-8px;align-items:center;justify-content:center;font-size:x-large;border:1px solid;box-shadow:2px 2px #bbb7b7}.cook{height:30px;width:30px}.chefimg{height:60px;width:65px}.main{margin-top:16px}.input{height:36px;width:500px}.add-ingredient-form{margin-left:28%;display:flex;flex-direction:row;gap:25px;margin-right:10%}.add-ingredient-form>input{border:1px solid;border-radius:5px}.add-ingredient-form>button:hover{background-color:#1e7c1e}.add-ingredient-form>button{background-color:#000;color:#fff;border:1px solid;border-radius:5px;font-weight:700;font-size:.8rem}.ingitems{margin-left:28%}.tag{margin-left:28%;font-size:large;color:teal}.ingitems>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;margin-left:20%;margin-right:20%}.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}.get-recipe-container button:hover{background-color:#8b6d44}.suggested-recipe-container{color:#475467;line-height:28px;font-size:1.125rem;font-weight:400;margin-left:20%;margin-right:10%}.suggested-recipe-container ul li,.suggested-recipe-container ol li{margin-bottom:8px}.loader{width:60px;aspect-ratio:2;margin-left:35%;margin-top:5%;--_g: no-repeat radial-gradient(circle closest-side,#000 90%,#0000);background:var(--_g) 0% 50%,var(--_g) 50% 50%,var(--_g) 100% 50%;background-size:calc(100%/3) 50%;animation:l3 1s infinite linear}@keyframes l3{20%{background-position:0% 0%,50% 50%,100% 50%}40%{background-position:0% 100%,50% 0%,100% 50%}60%{background-position:0% 50%,50% 100%,100% 0%}80%{background-position:0% 50%,50% 50%,100% 100%}}.reset-button{background-color:#f44;color:#fff;border:none;padding:8px 12px;border-radius:8px;cursor:pointer;margin-top:10px;margin-left:45%}.reset-button:hover{background-color:#c00}
