h3.text-primary {
    color: #007bff;
    font-size: 1.8rem;
    font-weight: bold;
}

.text-muted {
    color: #6c757d !important;
}


.btn-outline-primary:hover {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}


.btn-link {
    font-weight: 600;
    font-size: 1rem;
}

.btn-link:hover {
    text-decoration: underline;
    color: #0056b3;
}
