.card {
  background-color: rgba(255, 255, 255, 0.5);
}

.header-new {
  width: 100vw !important;
    //margin-left: calc(-50vw + 50%) !important;
    //margin-right: calc(-50vw + 50%) !important;
}


/*
:root {
  --bs-body-bg: rgb(226, 231, 250);
  --bs-body-color: #3e3e3e;
}
*/
/*
:root {
  --bs-primary-rgb: 127,127,127 ;
  --bs-secondary-rgb: 127,127,127 ;
  --bs-success-rgb: 127,127,127 ;
  --bs-info-rgb: 127,127,127 ;
  --bs-warning-rgb: 127,127,127 ;
  --bs-danger-rgb: 127,127,127 ;
  --bs-light-rgb: 127,127,127 ;
  --bs-dark-rgb: 127,127,127 ;
}
@import "bootstrap"
*/

.navbar {
  background-color: #fef0e0 !important;
}


body {
  --bs-body-bg: #fef0e0; // New color
  background-color: var(--bs-body-bg); // optional: apply if it's not automatic
}