body {
  font-family: 'Nirmala UI', sans-serif;
  background: #f4f4f4;
  padding: 20px;
}

.upload-box {
  padding: 20px;
  background: white;
  width: 400px;
  margin: auto;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
}


.page {
  width: 210mm;
  height: 297mm;
  padding: 20mm 15mm 20mm 15mm;
  box-sizing: border-box;
  position: relative;
  background: white;
  overflow: hidden;
}





.header {
  text-align: center;
  margin-bottom: 15px;
}

.header img {
  width: 90px;
  float: left;
  margin-right: 10px;
}

.header-title {
  font-size: 18px;
  font-weight: bold;
}

.header-sub {
  font-size: 12px;
  line-height: 15px;
}

.table-box {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.table-box th,
.table-box td {
  border: 1px solid #000;
  padding: 3px 4px;
  font-size: 10.5px;
}

.footer-area {
  margin-top: 25px;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}

.sign-block {
  width: 45%;
}


.table-box td {
  white-space: normal;
}

.table-box th {
  white-space: normal;
  word-wrap: break-word;
}
