body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    margin: 0;
    background: #0e0e0e;
    color: #f0ede6;
}

.splash-container {
    display: grid;
    place-content: center;
    min-height: 100dvh;
    padding: 2rem;
    box-sizing: border-box;
    text-align: center;
}

.splash-container h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 300;
    letter-spacing: 0.04em;
}

.splash-container p {
    font-size: 1.1rem;
    opacity: 0.6;
    line-height: 1.6;
}
