body {
  opacity: 0;
  transition: opacity 120ms ease-in-out;
}
body.opacity-100 {
  opacity: 1;
}

