/* Dark Theme CSS - this still hits some pages*/
  body {
    background-color: rgb(151, 151, 154);
    color: #707079;
  }

  h1, h2, h3, h4, h5 {
    color: #101013;
  }

  .my-new-sale-btn {
    border: 2px solid #e7e44e;     /*  */
    color: #788717;
    font-weight: 600;
    background-color: #aaa83b;     /* */
    padding: 0.5rem 1rem;
    border-radius: 6px;
    transition: all 0.2s ease;
  }

 
  
