.first-loading-animation {
  height: 0%;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 9999;
  background-color: var(--white);
}

.second-loading-animation {
  height: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 999;
  background-color: var(--slate);
  opacity: 1;
  pointer-events: none;
}

.loading-animation-logo {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--slate);
}

.loading-animation-logo img {
  width: 30vw;
  height: auto;
}
