:root {
  color-scheme: dark;
  background: #0c0d10;
  color: #e7e9ee;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  display: grid;
  place-items: center;
  padding: 32px 24px;
}

main {
  text-align: center;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
}

h1 {
  margin: 32px 0 0;
  color: #8b93a0;
  font-size: clamp(1.25rem, 4vw, 1.5rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.4;
}
