
html {
    --text-color: hsl(0 0% 90%);    
}

body {
    background-color: hsl(0 4% 12%);
    color: var(--text-color);
}