body{
    --theme-color:#008040;
    --theme-color-ninety:#e6f3ec;
    --theme-color-eighty:#cce6d9;
    --theme-color-seventy:#b3d9c6;
    --theme-color-sixty:#99cdb3;
    --theme-color-fifty:#80c0a0;
    --theme-color-forty:#66b38d;
    --theme-color-thirty:#4da77a;
    --theme-color-twenty:#339a67;
    --theme-color-ten:#1a8d54;
    --header-height:40px;
    --theme-border-radius:4px;
}
a{
    color:#006734;
}