html {
  scroll-behavior: smooth;
}
.blob-bg {
  background-color: #dcfce7; /* Soft Green Tailwind */
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
.text-shadow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
