:root{
    --color-main: #006400;

    --color-button-background: #228b22;
    --color-button-text: #fff;

    --color-button-background-hover: #006400;
    --color-button-text-hover: #fff;
}
