body {
  font-family: Arial, sans-serif;
  padding: 1rem;
  max-width: 600px;
  margin: auto;
  background: #f5f5f5;
}

h1, h2 {
  text-align: center;
}

#burger-list .burger {
  background: white;
  margin: 1rem 0;
  padding: 1rem;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 0 10px #ccc;
}

#burger-list img {
  width: 100px;
  border-radius: 6px;
}

button {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background: #ff6b00;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

#cart {
  background: white;
  margin-top: 2rem;
  padding: 1rem;
  border-radius: 8px;
}

#cart-items li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #ddd;
}
