@import url(/css/bootstrap.min.css);
:root {
    --bs-font-sans-serif :"Poppins", sans-serif !important; 
    
}

p, span, address {
    font-size: 0.80rem;
}


a {
    color: #212529;
  text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #212529;
  }
.card, .card-footer {
    border-radius: 0%;
    border-color: #212529;
    border-width: 0.1rem;
}

  