.header1 {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
  font-size: 36px;
}

.report-print {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.report-container {
  border: 2px solid #ccc;
  height: 60vh;
  width: 80%;
  overflow-y: scroll;
  font-family: 'Roboto', sans-serif, arial, helvetica;
  font-size: 13px;
  line-height: 15px;
}

.report-table {
  margin: 0;
  width: 100%;
}

.report-table th {
  text-align: left;
  position: sticky;
  top: 0;
  padding: 10px 5px;
}
