/* src/styles.scss */
#splash {
  position: fixed;
  z-index: 400;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(
      farthest-side ellipse at 10% 0,
      #333867 20%,
      #17193b);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
#splash.transparent {
  opacity: 0;
  pointer-events: none;
}
#splash img {
  width: 150px;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
