/* Custom styles */
body {
    font-family: 'Montserrat', sans-serif;
  }
  
  .card {
    border: none;
    border-radius: 10px;
  }
  
  .card:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
  }
  
  .btn-primary {
    background-color: #1148A5;
    border: none;
  }
  
  .btn-primary:hover {
    background-color: #1148A5;
  }
  .text-custom{
    color:#1148A5;
  }