body {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  will-change: opacity;
}

html.loaded body {
  opacity: 1;
}
