.heading {
  text-align: center;
}

#content-table {
  margin: auto;
  text-align: center;
  border-collapse: collapse;
}

th,
td {
  border: 2px solid brown;
  padding: 5px 10px;
}

td {
  text-align: center;
  font-family: "Courier New", Courier, monospace;
  font-weight: 800;
}



td img {
  object-fit: cover;
  width: 100%;
  height: 50px;
  margin: 0%;
  padding: 0%;
}