/* General Styles */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  scroll-behavior: smooth;
}

/* Section Headings */
h2 {
  font-weight: bold;
}

/* Buttons */
.btn-success {
  transition: transform 0.3s ease;
}

.btn-success:hover {
  transform: scale(1.1);
}

/* Animations */
.animate__animated {
  animation-duration: 2s;
  animation-fill-mode: both;
}
.animate__fadeInUp {
  animation-duration: 2s;
}
