body{
    --main-color:#e1dedc;
    --main-color-hover:#fff;
    --secondary-color:#2abd4f;
    --black:#000000;
    --dark-grey:#3E3E3E;
    --light-grey:#707070;
    --lightest-grey:#efefef;
    --white:rgba(255,255,255,1);
    --white-50:rgba(255,255,255,0.5);
    --white-70:rgba(255,255,255,0.7);
}