:root {
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  overflow: hidden;
  background: #03060b;
}

.splash {
  width: 100vw;
  height: 100vh;
  height: 100svh;
  background-image: url("assets/haohaowan-hero.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

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