/* Define Global Colors */
:root {
    --primary-color: #81d40c;
    /* Blue */
    --secondary-color: #f65519;

    --highlight-color: #447214;

}