body{
    --main-color:#c7ef00;
    --main-color-hover:#85d800;
    --secondary-color:#9dcd5a;
    --black:#000000;
    --dark-grey:#545554;
    --light-grey:#707070;
    --extralight-grey:#e9e6ed;
    --white:#ffffff;
    --white-80:rgba(255, 255, 255, .8);
    --white-60:rgba(255, 255, 255, .6);
    --white-40:rgba(255, 255, 255, .4);
    --white-20:rgba(255, 255, 255, .2);
}