<style>
    #app #fundraiser {
        color: rgba(133, 103, 87, 1);
    }

    #app #fundraiser .form-control {
        color: rgba(133, 103, 87, 1);
    }

    #app #fundraiser blockquote strong,
    #app #fundraiser blockquote b,
    #app #fundraiser blockquote em {
        color: rgba(133, 103, 87, 1);
    }

    #app #fundraiser  h1 {
        color: rgba(133, 103, 87, 1);
    }
    #app #fundraiser  h2 {
        color: rgba(133, 103, 87, 1);
    }
    #app #fundraiser  h3 {
        color: rgba(133, 103, 87, 1);
    }
    #app #fundraiser  h4 {
        color: rgba(133, 103, 87, 1);
    }
    #app #fundraiser  h5 {
        color: rgba(133, 103, 87, 1);
    }
    #app #fundraiser .project-info {
        background-color: rgba(133, 103, 87, 0.1);
    }

    #app #fundraiser .hero--donate .hero--donate-title {
        background-color: rgba(133, 103, 87, 1);
        color: #fff;
    }

    #app #fundraiser .ic-donate {
        border-color: rgba(133, 103, 87, 1) !important;
        background-color: rgba(133, 103, 87, 1) !important;
        color: #fff;
    }

    #app #fundraiser .form-floating > .form-control {
        color: rgba(133, 103, 87, 1);
    }
    #app #fundraiser .form-outline > .form-control {
        color: rgba(133, 103, 87, 1);
    }

    #app #fundraiser .btn-amount {
        border-color: rgba(133, 103, 87, 0.35);
        background-color: white;
    }

    #app #fundraiser .btn-amount.active,
    #app #fundraiser .btn-amount:hover,
    #app #fundraiser .btn-amount:focus,
    #app #fundraiser .btn-amount:active {
        background-color: rgba(133, 103, 87, 0.25) !important;
        border-color:  transparent !important;
        color:  #17479E !important;
    }
    #app #fundraiser .form-floating > .form-control:focus, 
    #app #fundraiser .form-floating > .form-control:hover {
        border-color: rgba(133, 103, 87, 0.35);
    }
    #app #fundraiser .wrap-summary .amount,
    #app #fundraiser .wrap-summary .donor  {
        color:  #17479E !important;
    }
    #app #fundraiser .progress .progress-bar {
        background-color: rgba(133, 103, 87, 1) !important;
    }

    #app #fundraiser .progress .progress-bar .percent {
        color: rgba(133, 103, 87, 1) !important;
    }
    #app #fundraiser .bg-info {
        background-color:rgba(133, 103, 87, 0.1) !important;
    }

    #app #fundraiser .hero--donate-form .wrap-amount-donation-form {
        background: rgba(133, 103, 87, 0.1) !important;
    }
    #app #fundraiser  .hero--donate .share-project {
        background: rgba(133, 103, 87, 0.1) !important;
    }
</style>