body {
    background-color: #0B0E11;
    color: #EAECEF;
  }
  .card-style {
    background-color: #1E2329;
    border: 1px solid #2c3138;
    border-radius: 10px;
    color: #EAECEF;
  }
  .form-control {
    background-color: #2c3138;
    border: none;
    color: #EAECEF;
  }
  .form-control::placeholder {
    color: #848E9C;
  }
  .btn-yellow {
    background-color: #F0B90B;
    color: #000;
    font-weight: bold;
  }
  a {
    color: #F0B90B;
    text-decoration: none;
  }