html body {
  background: #A9E4D7 ;
}



.color-custom1 {
  color: #B77333 !important;
}
.bg-custom1 {
  background-color: #B77333 !important;    
}

.color-custom2 {
  color: #D39C6E !important;
}
.bg-custom2 {
  background-color: #D39C6E !important;
}

.color-custom3 {
  color: #F1DBD0 !important;
}
.bg-custom3 {
  background-color: #F1DBD0 !important;
}

.color-custom4 {
  color: #CB6D51 !important;
}
.bg-custom4 {
  background-color: #CB6D51 !important;    
}


