h1 {
  font-size: 26px;
  text-align: center;
  color: var(--text-color);
}

.employee_list {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 250px);
}

.resend {
  font-weight: 300 !important;
  text-decoration: underline !important;
}