/* Landing page of sentineltrade.us. No external font, no external stylesheet, no script
   (Ruling P4-R15 a, UI-9): the page loads exactly the two files next to it. */
:root {
    color-scheme: dark;
}

body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0b0e13;
    color: #c8cdd6;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

main {
    padding: 24px;
    text-align: center;
}

img {
    display: block;
    margin: 0 auto 24px;
    width: 352px;
    max-width: 70vw;
    height: auto;
}

p {
    margin: 0;
    font-size: 15px;
    letter-spacing: 0.02em;
}
