.splash-screen {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: white;
  gap: 1rem;
  font-size: 0.75rem;
}

.splash-screen img {
  width: 50vw;
  max-width: 300px;
  max-height: 50vh;
}
