<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {

    --green:#689482;

}




body {
    border:0;
    margin:0;
    min-height:100vh;
    display:grid;
    grid-template-rows: auto 1fr auto;
}


main {

box-sizing:border-box;
}

green {
    color:var(--green);
}

red {
    color:chocolate;
}</pre></body></html>