body {
    font-family: Arial, sans-serif;
}

.table-container {
    width: 100%;
    margin: 2px auto;
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid #ddd;
}

th, td {
    text-align: left;
    padding: 8px;
    color:black;
    
}

thead {
    background-color: #88c685;
    
}

tr:nth-child(even) {
    background-color: #bcdfbb;
}

tr:hover {
    background-color: #f1f1f1;
}
