html, body {
    background: var(--navy);
}
:root {
    --navy: #060b22;
}
