.fade-in {
  opacity: 0;
  transition: opacity 1.5s ease-out;
}

.fade-in.appear {
  opacity: 1;
} 