:root{
    --green-color: #0E6E36;
    --green-color-secondary: #50C878;
    --modern-green: #2ecc71;
    --transparent-green: #50C87880;
    --transparent-green-rgba: rgba(80, 200, 120, 0.5);
    --white-color: #FFFFFF;

    --box-shadow-color: rgba(255, 254, 254, 0.2);
}