html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 80px;
}

.fade-section {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.fade-in {
  opacity: 1;
  transform: translateY(0);
}
