/* site.css */

/* Adjust the color for the primary button if you want a custom brand color */
.btn-primary {
    background-color: #6bb26d;
    border-color: #6bb26d;
}

    .btn-primary:hover {
        background-color: #4a7e4b;
        border-color: #4a7e4b;
    }
