@page {
  size: letter;
  margin: 0.5in;
}


footer {
  margin-left: 0.75in;
  margin-right: 0.75in;
}



.pdf-document body {
  font-size: 11pt;
  color: #000;
  font-family: sans-serif;
}

.pdf-document .header {
  text-align: center;
  padding: 1rem;
  border-top: 1px solid black;
}

.pdf-document.title {
  font-weight: bold;
}

.pdf-document .perparer-info div {
  display: flex;
  border-top: 1px solid black;
  padding: 1rem;
}

.pdf-document.perparer-info div span {
  text-transform: uppercase;
}

.pdf-document .projects {
  margin: 2rem 0 4rem 0;
  text-align: center;
}

.pdf-document .project {
  margin-bottom: 6rem;
}

.pdf-document.project div {
  text-align: justify;
  margin: 0 2rem;
}

.pdf-document table {
  font-family: sans-serif;
  border-collapse: collapse;
  /* width: 100%; */
}

.pdf-document td,
.pdf-document th {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 6px 2rem;
}
