body {
  padding: 0 40px;
}
#signature {
  position: absolute;
  z-index: 100;
  right: 20px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#signature a {
  text-decoration: none;
}

#signature a:hover {
  text-decoration: underline;
}

#signature svg {
  width: 36px;
  height: 36px;
  margin-top: -4px;
  vertical-align: middle;
}

#form {
  display: flex;
  max-width: 400px;
  flex-direction: column;
}

#count {
  font-size: 24px;
}

body {
  font-family: Verdana;
}
table {
  border-spacing: 0px;
  border-collapse: collapse;
  border-radius: 20px;
}
td,
th {
  width: 130px;
  height: 130px;
  border: 1px dotted black;
  text-align: center;
  padding: 10px;
}
th {
  height: 40px;
}
table {
  margin-bottom: 80px;
}
@media print {
  h1 {
    page-break-before: always;
  }
}
