html, body, #root {
  height: 100%;
}
.fade-enter {
  opacity: 0;
  z-index: 1;
}
.fade-enter.fade-enter-active {
  opacity: 1;
  transition: opacity 1000ms ease-in;
}
div[data-reactroot] {
  display: flex;
  justify-content: center;
  align-items: baseline;
  height: 100%;
  width: 100%;
}
