:root {
    --text-color: #333;
    --primary-text-color: #000000;
    --reverse-text-color: #ffffff;
    --primary-color: #00a5dd;
    --primary-background: #022f50;
    --line-color: #312e25;
    --marquee-color: #000000;
    --marquee-background: #00a5dd;
    
    --result-background: #123e5b;
    --result-keluaran-color: #ffffff;
    --result-pasaran-color: #ffffff;
    --result-tanggal-color: #000000;
    --result-tanggal-background: #ffffff;
    --result-border: 3px solid #ffffff;
    
    --secondary-background: #DDDDDD;
    --hover-background: rgba(12, 61, 184, .9);
    --content-box-background: rgba(221, 221, 221, .5);
    --menu-item-color: white;
}