body{margin:0;font-family:inter,sans-serif;background-color:#fafaf8}header{justify-content:center;display:flex;background-color:#fff;align-items:center;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}header h1{color:#343434;font-family:Inter;font-weight:500;font-size:2rem}header .fa-solid{color:#343434;font-size:2.5rem;padding-right:10px}.add-ingredient-form{justify-content:center;display:flex;margin:100px;gap:30px}.btn{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}input{border-radius:6px;border:1px solid #D1D5DB;box-shadow:0 1px 2px #0000000d;padding:9px 13px;flex-grow:1;min-width:150px;max-width:400px}main{padding:30px 30px 10px}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:#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:#c46b4d}.suggested-recipe-container{color:#475467;line-height:28px;font-size:1.125rem;font-weight:400;margin-top:px}.suggested-recipe-container ul li,.suggested-recipe-container ol li{margin-bottom:8px}section h2{margin-top:80px}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.spinner{width:40px;height:40px;border:4px solid #ddd;border-top:4px solid #222;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:15px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
