body {
  background: #111;
  color: #eee;
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
}

.restoration-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  padding: 2rem;
}

.restoration-gallery a img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.6);
  transition: transform 0.3s ease;
}

.restoration-gallery a:hover img {
  transform: scale(1.03);
}

.section-title {
  font-size: 2rem;
  text-align: center;
  margin-top: 2rem;
}
.restauration-gallery,
.restoration-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  padding: 2rem;
}

.restauration-gallery a img,
.restoration-gallery a img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.6);
  transition: transform 0.3s ease;
}

.restauration-gallery a:hover img,
.restoration-gallery a:hover img {
  transform: scale(1.03);
}

