body {
  margin: 0;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background: #fafafa;
  color: #333;
}

header.hero {
  background: url("store.jpg") no-repeat center center/cover;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

header.hero .overlay {
  background: rgba(0, 0, 0, 0.5);
  padding: 2rem;
  border-radius: 8px;
  color: #fff;
}

h1, h2 {
  margin: 0.5em 0;
}

section {
  padding: 2rem;
  text-align: center;
}

table {
  margin: 0 auto;
  border-collapse: collapse;
}
td {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ccc;
}

.status {
  margin-top: 1rem;
  font-weight: bold;
}

.btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.25rem;
  background: #1e88e5;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s ease;
}
.btn:hover {
  background: #1565c0;
}

footer {
  text-align: center;
  background: #eee;
  padding: 1rem;
  margin-top: 2rem;
}

/* Social section */
.social {
  padding: 2rem;
  text-align: center;
}
.social .fb-page {
  margin: 0 auto;
}
