@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
 * {
            font-family: "Inter", sans-serif;;
            font-weight: 400;
        }
        
        body{ font-size: 1.1rem !important; }

 .gradient_bg {
 
  background-image: linear-gradient(to bottom, #9152C5, #6457C3);
  background-color: #5D58C4 ;
  background-repeat: no-repeat; 
  margin: 0; /* Removes default body margin for true full-screen coverage */
  
}

h1{ font-size:3rem !important; }

.border{ border:1px solid #eeeeee; }

.top_bar{ background-color:#410776;   }
.top_bar a{  color:#ffffff; text-decoration:none;    }

.footer{ background-color:#6357C3; color:#ffffff;   }
.footer a{  color:#ffffff; text-decoration:none;   }

.nav-link{ color:#410776; padding:8px 20px !important; }

.nav-link:hover{ color:#ffffff; background-color:#6457C3 ; } 