body{background-color:#faebd7;margin:0;font-family:Montserrat}header{background-color:gray}.PageHeader{justify-content:center;align-items:center;padding:20px;font-size:40px;display:flex}.AppName{font-weight:500}.PageHeader>img{width:80px;margin-right:10px}.ItemAdder{justify-content:center;gap:10px;margin:20px 0;display:flex}.ItemAdder input{border:1px solid #ccc;border-radius:6px;outline:none;flex:1;max-width:300px;padding:10px 14px;font-size:14px}.ItemAdder input:focus{border-color:gray;box-shadow:0 0 0 2px #504b4a33}.ItemAdder button{color:#fff;cursor:pointer;background-color:#000;border:none;border-radius:6px;padding:10px 16px;font-size:14px;transition:background .2s}.ItemAdder button:hover{background-color:gray}.IngredientsList>h2{justify-content:center;margin-top:40px;display:flex}.IngredientsList>ul{width:250px;margin:0 auto}.Recipe-Box{background-color:#b6b3b3;border-radius:10px;justify-content:center;max-width:550px;margin:50px auto;display:flex}.Recipe-Box>button{color:#fff;cursor:pointer;background-color:orange;border-radius:5px;align-self:center;align-items:center;min-width:100px;min-height:40px;margin-left:20px;font-size:15px}.Recipe{background-color:#fff;border-radius:10px;max-width:1500px;margin:20px auto;padding:20px;box-shadow:0 2px 10px #0000001a}.Recipe h2{text-align:center;margin-bottom:20px}.Recipe h4{margin-top:20px;margin-bottom:10px}.Recipe ul,.Recipe ol{padding-left:20px}.Recipe li{margin-bottom:5px}
