.bg-body-tertiary{
    background-color: #23285c!important;
    color: white!important;
}

.bg-body-tertiary a{

    color: white!important;
}


body {
    background-color: #1f1e1e;
    color: #fcfcfc;
}

input,textarea,select{
    border: 1px solid white !important;
    background-color: #201e1e !important;
    color: white !important;
    padding: 10px !important;
}


::placeholder {
    color: white!important;
    opacity: 1; /* Firefox */
  }

  .btn-primary{
    background-color: #cd468f!important;
    border-color: #cd468f!important;
  }

  .subt{
    color: #E53B94!important;
    font-size: 24px!important;
    padding-top: 25px!important;
  }