:root {
    --bg-color: #01020f;

    --default-link-color: #ffffff;

    --btn-text-color: #ffffff;
    --btn-bg-signup-colr: #9109f3;
    --btn-bg-get-bonus-colr: #9109f3;
    --btn-bg-login-color: #17202e;
;

    --main-text-color: #ffffff;
    --second-text-color: #ffffff;

    --table-color: #9109f3;

    --faq-color: #17202e;
    --faq-color-bg: #17202e;

    --bg-header: #090b1a;
    --bg-footer: #090b1a;
}