body {
    background-color: #f8f9fa;
}

h2 {
    color: #333;
}

.card {
    background: #fff;
    border-radius: 8px;
}

table {
    background: #fff;
}

table img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}