.table thead th {
    background-color: #2c3e50;
    color: white;
    position: sticky;
    top: 0;
}

.table-hover tbody tr:hover {
    background-color: rgba(44, 62, 80, 0.1);
}

.container {
    max-width: 1200px;
    padding: 20px;
}

#last-updated {
    font-size: 0.9rem;
    margin-top: 20px;
}