.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #ca9b4b;
}
.table-dark {
    background-color: #040919;
}
#header #logo img {
    padding: 0;
    margin: -25px 0 0 -14px;
    max-height: 69px;
    width: 88px;
}
.btn-custom-1 {
    background: #ca9b4b;
    Border: 3px solid #ca9b4b;
    color: white;
    margin-top: 1.7rem!important;
  }

  .btn-custom-1:hover {
    background: white;
    Border: 3px solid #ca9b4b;
    color: #ca9b4b;
  }