body {
    background-color: #f9fbfd;
    font-family: "Segoe UI", sans-serif;
}

.navbar {
    border-bottom: 3px solid #0d6efd;
}

.card {
    border-radius: 15px;
    transition: transform 0.2s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-primary {
    border-radius: 10px;
    background-color: #007bff;
    border: none;
}

.table thead {
    background-color: #007bff;
    color: white;
}

footer {
    margin-top: 50px;
}
