body {
  opacity: 0;
  transition: opacity 200ms ease;
}
body.page-loaded {
  opacity: 1;
}
