body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 1rem;
}

.site-header,
.site-footer {
  background: #111;
  color: #eee;
}

.site-header a,
.site-header nav a {
  color: #eee;
  text-decoration: none;
  margin-right: 1rem;
}

.hero {
  padding: 2rem 0;
}

.btn {
  padding: 0.5rem 1rem;
  border: none;
  text-decoration: none;
  background: #0074d9;
  color: white;
}

.btn-secondary {
  padding: 0.5rem 1rem;
  border: 1px solid #0074d9;
  text-decoration: none;
  color: #0074d9;
}

.product-list {
  list-style: none;
  padding: 0;
}

.product-card {
  border: 1px solid #ddd;
  padding: 1rem;
  margin-bottom: 1rem;
}

.product-thumb{
  height: 220px;
  object-fit: cover;
}
