:root {
    --bs-primary: #274434;
    --bs-primary-rgb: 35, 64, 48;
}

.btn-primary,
.bg-primary {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}

.btn-primary:hover,
.bg-primary:hover {
    background-color: #7D9A83 !important;
    border-color: #7D9A83 !important;
}
.bg-secondary{
    background-color: #EDD5A5 !important;
}