.splash {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  background-size: cover;
  background-position: center;
  flex: 1;
}

.inxs-logo {
  min-width: 50%;
  max-width: 80%;
}
