[data-fade-in] {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

[data-fade-in].visible {
  opacity: 1;
}
