.App{padding:10px}.title{text-align:center;font-size:24px;font-weight:700;margin:20px 0}.categoryWrapper{font-size:18px;display:flex;gap:10px;margin-bottom:10px;overflow:auto}.category{border:1px solid transparent;border-radius:8px;min-width:130px;min-height:70px;max-width:130px;max-height:70px;display:flex;justify-content:center;align-items:center;text-align:center;cursor:pointer;font-weight:bolder;background-position:center;background-size:cover;background-repeat:no-repeat}.foodWrapper{padding-bottom:20px}.categoryTitle{font-size:20px;font-weight:900;color:#fff;text-shadow:1px 1px 1px black;border-bottom:1px solid #dadada;margin-bottom:10px}.foods{display:flex;justify-content:space-between;border-radius:8px;margin:10px 0;box-shadow:4px 4px 8px #00000059}.foodImg{background-position:center;background-size:cover;background-repeat:no-repeat;width:100px;height:100px;border-radius:8px}.foodInfoWrapper{display:flex;justify-content:space-between;flex:1;padding:10px}.foodInfo{display:flex;flex-direction:column;gap:10px}.foodName{font-size:16px;font-weight:600}.foodDesc{font-size:14px;color:gray}.foodPrice{font-size:16px}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;color-scheme:light dark;color:#ffffffde;background-color:#242424}*{margin:0;padding:0;box-sizing:border-box}
