.navbar-nav form {
    display: inline;
    margin: 0;
}

.navbar-nav form button {
    padding: 0;
    border: none;
    background: none;
    color: #0d6efd; /* Bootstrap primary */
    font-size: 1rem;
    line-height: 1.5;
    text-decoration: none;
}

.navbar-nav form button:hover {
    color: #0a58ca;
    text-decoration: underline;
}



body {
  background-color: #f8f9fa;
}

h2, h4 {
  font-weight: 600;
}

.card {
  border-radius: 12px;
}

table img {
  border-radius: 4px;
}
