body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    margin: 0;
}

.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;
}

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