/* Absolute Center Logo */
.loading {
  /* position: absolute; */
  z-index: 999;
  margin: auto;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.loading img {
  margin: auto;
  width: 215px;
}
