body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
}

h1 {
    color: #343a40;
    text-align: center;
    margin-bottom: 20px;
}

.list-group a {
    font-size: 18px;
    padding: 15px;
    transition: all 0.3s ease-in-out;
}

.list-group a:hover {
    background-color: #007bff;
    color: white;
    transform: scale(1.05);
}

.table-responsive {
    margin-top: 30px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    border: 1px solid #dee2e6;
    padding: 10px;
    text-align: left;
}

th {
    background-color: #007bff;
    color: white;
}