body {
    background-color: #f8f9fa;
}

.table th {
    white-space: nowrap;
}

.navbar {
    margin-bottom: 20px;
}

footer {
    margin-top: 50px;
}

.table-responsive {
    margin-top: 20px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
