table {
    border-collapse: separate;
    width: 100%;
    border: 1px solid black;
}

td,
th {
    width: 200px;
    border: 1px solid black;
    text-align: center;
    padding: 8px;
    /* display:table-cell; */
}

th{
    font-weight: bolder;
}