body {
  opacity: 0;
  transition: opacity 0.25s ease-in;
}

body.page-ready {
  opacity: 1;
}
