:root {
    --bg-color: #00082a;

    --special-section-bg: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    
    --default-link-color: #ffffff;

    --hero-shadow-color: #1f1f1f;

    --btn-text-color: #1f1f1f;
    --btn-bg-signup-colr: #16fff5;
    --btn-bg-get-bonus-colr: #16fff5;
    --btn-bg-login-color: #ffffff;
    --button-border-color: #16fff5;

    --main-text-color: #ffffff;

    --table-color: #16fff5;


    --faq-color: #16fff5;

    --bg-header: #00082a;
    --bg-footer: #00082a;
}