table {
  margin-left: auto;
  margin-right: auto;
  table-layout: fixed;
  width: 100%;
  border: 1px solid #ffff00;
}
td {
  text-align: center;
}