:root{

    --primary-color:#8b0f1f;

--primary-background:linear-gradient(
    135deg,
    #120202 0%,
    #250505 15%,
    #4a0909 30%,
    #8b0f1f 50%,
    #5f0b14 65%,
    #3a070c 80%,
    #120202 100%
);

--line-color:#ffd45c;
--marquee-color:#ffd45c;

--marquee-background:linear-gradient(
    135deg,
    #120202 0%,
    #250505 15%,
    #4a0909 30%,
    #8b0f1f 50%,
    #5f0b14 65%,
    #3a070c 80%,
    #120202 100%
);


    --result-pasaran-color: #ffffff;
    --result-tanggal-color: #000000;
    --result-tanggal-background: #ffaf00;

    --result-background: #5c3b00;
    --result-keluaran-color: #ffffff;
    --result-border: 3px solid #ffe08a;

    --text-color: #e0e0e0;
    --primary-text-color: #ffd45c;
    --reverse-text-color: #000000;

    --secondary-background: #3d2800;
    --hover-background: rgba(255,175,0,.2);
    --menu-item-color: var(--text-color);
}