   :root {
        --main-color:#123B88;
        --text-color-on-main-color: white;
        --main-color-hover:#2d5473;
        --main-color-hover-text: white;
        --base-bg-color: rgb(255, 255, 255);
        --text-color-on-base-bg:#000000;
        --second-bg-color:white;
   }