body {
  display: flex;
  justify-content: center;
}

td {
  width: 200px;
  height: 200px;
}

img {
  width: 200px;
  height: 200px;
}

.container {}

h1 {
  display: flex;
  justify-content: center;
}

.wrapper {
  display: grid;
  margin-top: 20px;
  gap: 5px;
}

input {
  font-size: xx-large;
}

table {}