:root {
    --hue: 130;
    --template-bg-light: #eef7f0;
    --template-text-dark: #333333;
    --template-text-light: #ffffff;
    --template-link-color: #215B33;
    --template-special-color: #215B33;
}


.container-header {
    background: #215B33 !important;
    background-image: none !important;
}

a {
    color: #215B33;
}

