.text-primary-blue {
  color: #117554 !important; /* Change to your desired color */
}
.text-primary-red {
  color: #fe0000 !important; /* Change to your desired color */
}

.bg-dark {
    background-color: #392483 !important;
}