[data-barba="container"] {
  opacity: 1;
  transition: opacity 1.0s ease-in-out;
}

.is-exiting [data-barba="container"] {
  opacity: 0;
}
