.transitionCanvas {
  position: fixed;
  z-index: 10000000000000000;
  outline: none;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}

.transitionDiv {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  background-color: #e04b43;
  pointer-events: none;
}/*# sourceMappingURL=transition.css.map */