/* Partie css non modifiable */
table {
    border: 1px solid black;
    width: 200px;
}

td {
    border: 1px solid red;
    text-align: center;
    width: 25%;
}