
        @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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: font-family: "Montserrat", sans-serif; !important;
            font-style: normal;
        }
        .form-label {
            color: #000000;
        }    
        
         .card {
            background-color: #ffffff;
            border: 1px solid #ffffff !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: #383838 !important;
            border-color: #383838;
            color: #ffffff;
        }
        h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
         color: #000000;
        }    
        .pala-navbar, .pala-navbar a, .navbar-expand-lg .dropdown-menu.dropdown-menu-dark {
            background-color:#000000 !important;
            color:#ffffff !important
        }

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

        h1, h2, h3, h4, h5, h6 {
            color: #000000;
        }
        .step-info h3 {
            color:#000000;
            font-size: 20px;
        }
         .btn { padding: 0.5rem 1.5rem; border-radius: 50rem; border: none; font-size: 1rem; cursor: pointer; }