:root {
    color-scheme: light dark;
}

* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #213252;
    color: #f2f2f2;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    text-align: center;
    padding: 24px;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

img.logo {
    width: 420px;
    max-width: 85vw;
    height: auto;
}

h1 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

p {
    margin: 0;
    color: #a9b4c9;
    font-size: 1rem;
}
