body {
  font-family: Arial, sans-serif;
  background: #f0f0f0;
  margin: 0;
  padding: 2rem;
  display: flex;
  justify-content: center;
}

.container {
  max-width: 600px;
  background: white;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  text-align: center;
}

button {
  background-color: #e67e22;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  cursor: pointer;
}

button:hover {
  background-color: #d35400;
}

.meal img {
  width: 100%;
  border-radius: 1rem;
  margin-top: 1rem;
}

.meal h2 {
  margin: 1rem 0 0.5rem;
}

.meal p {
  text-align: left;
  font-size: 0.95rem;
}
