table {
    width: 100%;
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid #a5d6a7; /* Light green border */
}

th, td {
    padding: 10px;
    text-align: left;
    color: black;
}

th {
    background-color: #c8e6c9; /* Medium green */
}