/* You can add global styles to this file, and also import other style files */
html {
  height: 100%;
  width: 100%;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body .loader-container {
  height: 100%;
  background: #292b2a;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .loader-container span {
  color: #3bb5e6;
  font-size: 100px;
}
body .loader-container svg {
  width: 100px;
  height: 100px;
  margin: 20px;
  display: inline-block;
}

/*# sourceMappingURL=styles.css.map*/