:root {
    /* header */
    --header-top: linear-gradient(to bottom, #430046 0%, #C300FF 100%);
    --menu-color: #ffffff;
    --header-bg: #430046;
    --header-bottom: #d3d3d3;

    /* fix footer */
    --fix-bottom-bg: linear-gradient(to bottom, #C300FF 0%, #430046 70%);
    --fix-bottom-color: #dddddd;
    --fix-bottom-box-shadow: #C300FF;
    --fix-bottom-border-color: #DB9FFB;
    --fix-bottom-text-shadow: #C300FF;

    /* card seotext */
    --heading1-color: #222222;
    --box-bg-color: linear-gradient(145deg, #430046, #4e3f1b);
    --box-bg-border: #DB9FFB;
    --box-bg-shadow: inset 0 0 18px #430046, 0 0 26px #C300FF, 0 0 55px #430046;
    --text-color: #ffffff;
    --anchor-color: #DB9FFB;

    /* faq */
    --box-faq-bg: #430046;
    --box-faq-border: #DB9FFB;
    --box-faq-bg-hover: #C300FF;
    --box-faq-text: #ffffff;
    --box-faq-expand-bg: #DB9FFB;
    --box-faq-expand-text: #ffffff;

    /* AMP */
    --body-background: #2B2B2B;
    --button-color: #ffffff;
    --button-bg-login: linear-gradient(180deg, #430046 0%, #C300FF 100%);
    --button-bg-daftar: linear-gradient(180deg, #430046 0%, #C300FF 100%);
    --button-border: #DB9FFB;
    --contact-bg-color: linear-gradient(90deg, #3b2e14, #430046, #DB9FFB, #430046, #3b2e14);

    /* snowflake */
    --snowflake-bg: radial-gradient(circle at 30% 30%, #430046 0 45%, #C300FF 55%, #DB9FFB 70%);


}