body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f0f2f5;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding: 20px;
}

.container {
  background: #ffffff;
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 10px 20px rgba(0, 0, 0, 0.2);
  max-width: 980px;
  width: 100%;
}

h1 {
  text-align: center;
  margin-bottom: 20px;
}

table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

th, td {
  border: 1px solid #ccc;
  padding: 8px;
  vertical-align: middle;
}

th:first-child, td:first-child {
  width: 40px;
  text-align: center;
  white-space: nowrap;
}

th:last-child, td:last-child {
  width: 120px;
}

td:nth-child(2) {
  text-align: center;
  width: 460px;
}

img {
  max-width: 450px;
  max-height: 450px;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 4px;
}
