
        @import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
        @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
        body {
            background-color: #ffffff;
            color: #000000;
            font-family: "Titillium Web", serif !important;
            font-style: normal;
        }
        .form-label {
            color: #000000;
        }    
        
         .card {
            background-color: #ffffff;
            border: 1px solid #f0f0f0 !important;
            color: #000000 !important;
        }
        
        .signin-modal .modal-content {
        background-color: #ffffff !important;
        }
        .card-body, .card-body a {
            color: #000000 !important;
        }
        .text-body, .form-check-label, .btn-outline-secondary {
        color: #000000 !important;
        }
        .btn-primary {
            background-color: #eabc7b !important;
            border-color: #eabc7b;
            color: #ffffff;
        }
        h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
         color: #00000e;
        }    
        .pala-navbar, .pala-navbar a, .navbar-expand-lg .dropdown-menu.dropdown-menu-dark {
            background-color:#242424 !important;
            color:#ffffff !important
        }

        .pala-footer, .pala-footer a, .pala-footer .h5, .pala-footer h4 {
            background-color:#242424 !important;
            color: #ffffff !important;
        }
         
        .section_steps {
            background-color:#ffffff !important;
        }
         .section_steps, .section_steps h2, .section_steps h3, .section_steps .card-title  {
            color: #000000 !important;
        }
        .step-border {
            border:1px solid #000000 !important;
        }

        h1, h2, h3, h4, h5, h6 {
            color: #000000;
        }
        .step-info h3 {
            color:#000000;
            font-size: 20px;
        }
         .btn {border-radius:0px !important} .card, .modal-content {border-radius:0px !important}