.btn-bg-white {
  background-color: #fff;
  font-weight: bold;
  width: 240px;
  box-shadow: 0px 0px 16px 0px rgb(39 48 75 / 14%);
  color: #0000a0;
  border-radius: 30px;
}

.bg-bridalheath {
  background-color: #f5ece3;
}

.bg-cheese {
  background-color: #ffc080;
}

.bg-marsblue {
  background-color: #0000a0 !important;
}

.bg-marsblue:hover {
  background-color: #ff9d89 !important;
}

.bg-white {
  background-color: #fff;
}

.text-marsblue,
.text-blue {
  color: #0000a0 !important;
}

.text-monalisa {
  color: #ff9d89 !important;
}
