html, body {
  width: 100%;
  height: 100%;
  margin: 0;
}

body {
  background: #020612;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.splash {
  min-height: 100vh;
  width: 100%;
  background-image: url('waystar-background.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
