#header, #footer{
    background-color: transparent  !important;
    background-image: linear-gradient(63deg, #0000B3 0%, #000000 100%) !important;
    
}.navbar-nav li a {
  color: white !important;
  font-size: 18px  !important;
  font-weight: 600  !important;
  font-family: 'Inter', sans-serif  !important;
}
.navbar-brand{
    color: white !important;
    font-family: 'Inter', sans-serif  !important;
}
body{
     font-family: 'Inter', sans-serif  !important;
}
.dropdown-menu li a {
  color: black !important;
}
.card{
  background-color: #EDEDED !important;
}
.btn.btn-block.btn-outline-primary {
  background-color: #137F15 !important;
  color: #FFF;
}
.card-title.pricing-card-title{
  color:  #000000 !important
}
body{
  background-color: #FFFFFF !important;
}
h2{
  color: #13009A !important;
}