table {
  margin : 3rem;
  width : 45rem;
}

table td img {
  width : 12rem;
}

table th img {
  height : 6rem;
}

table td {
  width: 50%;
}

table tr > td:first-child {
  text-align: center;
}

table > thead > tr > th:last-child {
  text-align: left;
}