 /* Define your table styles here */
 .table-title {
    text-align: center;
    margin-bottom: 20px;
}
.table-fill {
    width: 100%;
    border-collapse: collapse;
}
.table-fill th, .table-fill td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
.table-fill th {
    background-color: #f2f2f2;
}
.table-fill tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}
.table-fill tbody tr:hover {
    background-color: #f5f5f5;
}