.table {
    border-spacing: 0;
    margin: 1rem;
    background-color: azure;
}

.table_header {
    text-align: center;
}

.table_row:nth-child(even) {
    background-color: #e5e5e5;
}

.table_row {
    text-align: center;
}

.table_cell {
    padding: 8px;
}