table {
    width: 100%;
    text-align: center;
}

table, th, td {
    border: 1px solid black;
}

td {
    width: 25%;
}