body{
    --theme-color:#48bbbe;
    --theme-color-ninety:#edf9f9;
    --theme-color-eighty:#dbf2f2;
    --theme-color-seventy:#c9ebec;
    --theme-color-sixty:#b6e4e5;
    --theme-color-fifty:#a4dddf;
    --theme-color-forty:#92d7d8;
    --theme-color-thirty:#7fd0d2;
    --theme-color-twenty:#6dc9cb;
    --theme-color-ten:#5bc2c5;
    --header-height:40px;
    --theme-border-radius:4px;
}
a{
    color:#3a9698;
}