table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

th,
td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

th {
    background-color: #4CAF50;
    color: white;
    cursor: pointer;
}

th:hover {
    background-color: #45a049;
}

tr:hover {
    background-color: #f1f1f1;
}