table {
    width: 100%;
    border-collapse: collapse; /* Merges adjacent cell borders into a single line */
}

table, th, td {
    border: 1px solid #cccccc; /* Sets a solid, light gray border */
}

th, td {
    padding: 12px; /* Adds comfortable spacing inside table cells */
    text-align: left; /* Aligns text cleanly */
}