/* This page is the dashboard and nothing else, so the browser's default body margin would only
   draw a pale frame around a dark tool. */
html, body {
    margin: 0;
    padding: 0;
    background: #0b1020;
}
