body {
  font-family: Arial, sans-serif;
  padding: 20px;
  background: #f8f8f8;
}

h1 {
  text-align: center;
  margin-bottom: 20px;
}

.services-grid {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.service-item {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  width: 150px;
  text-align: center;
  font-weight: bold;
}
