
body {
  font-family: 'Segoe UI', sans-serif;
  scroll-behavior: smooth;
}
.offer-text {
  font-size: 1rem;
  line-height: 1.6;
}
img:hover {
  transform: scale(1.03);
  transition: transform 0.3s ease;
}
