body {
  font-family: Arial, sans-serif;
  text-align: center;
}

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

figure {
  margin: 0;
}

figcaption {
  margin-top: 5px;
  font-size: 14px;
}

.hover-efekt svg:hover circle {
  fill: red;
  transition: 0.3s;
}
