:root {
    --background-color: #1e1e1e;
}
body {
    background-color: var(--background-color);
}
