:root {
    --main-color: #202020;
    --main-color-highlight: #00877b;
    --main-bg-color: #00877b;
}
html {
    background: #202020;
}