
    /*  Variables */
    :root {
        --primary-color: #2a3fca;
    --secondary-color: #000;
    --border-color: #dedede;
    --body-color:#707070;
    --font-size: 17px;
    --main-title-font-size:40px;
    --second-sub-heading:35px;
    --sub-heading:24px;
      }
    
