body {
  margin: 0;
  padding: 0;
}

.splash-screen {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f0f0f5;
  font-family: "Be Vietnam Pro", Helvetica, 'sans-serif';
}

@media (prefers-color-scheme: dark) {
  .splash-screen {
    background-color: #28283e;
  }
}
