body {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

td {
  width: 50%;
  min-height: 100px;
  border: 1px solid #000;
  padding: 3px 5px;
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.company-info {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.top {
  vertical-align: top;
}

.right {
  text-align: right;
}

.logo {
  justify-self: flex-start;
  align-self: center;
}

.sign {
  margin: 3px;
}

.blank {
  height: 14px;
}

p {
  margin: 1px;
}

.bold {
  font-weight: bold;
}
