.reveal-section {
    opacity: 0;
    transform: translateY(50px);
}
.animate {
  will-change: transform, opacity;
}
