html, body {
  height: 100%;
  margin: 0;
  overflow: hidden !important;
  scrollbar-width: none;
}

payroll-template.content {
  overflow: hidden !important;
}

.content {
  overflow: hidden !important;
}

[id^=cells-template-] {
  display: contents;
}

h1 {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 400;
}

.hide-scrollbar {
  scrollbar-width: none;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

#splash svg {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
}