*{margin:0;padding:0;box-sizing:border-box}.header{display:flex;justify-content:space-between;align-items:center;flex-direction:row;padding:20px;background-color:#95e9f0;color:#fff}.header ul{display:flex;list-style:none;width:30%;justify-content:space-around}li{color:#fff}.box{display:flex;flex-direction:column;align-items:center;margin:20px;padding:20px;border:1px solid #ccc;border-radius:8px;width:200px}.box img{width:100%;height:auto;margin-bottom:10px}.products{display:flex;flex-wrap:wrap;justify-content:center}#footer{text-align:center;background-color:#333;color:#fff;padding:10px}#order,#cartProduct{color:#000}
