html, body {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #171717;
    color: #f3f3f3;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.splash {
    display: grid;
    place-items: center;
    align-content: center;
    height: 100vh;
    gap: 8px;
}

.splash h1 {
    margin: 0;
    font-size: 28px;
}

.splash p {
    margin: 0;
    color: #b8b8b8;
}
