
.splashscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  overflow: hidden;
  background-color: #F6FAFA;

  display: flex;
  align-items: center;
  justify-content: center;
}

.splashscreen img.loading {
  height: 150px;
  margin-top: -100px;
}