.timeKeepingPane {
  width: 100%;
  height: 100%;
  position: relative;
  font-family: brandon-grotesque-medium, sans-serif;
  font-size: 40px;
  color: white;
}
@media (max-width: 1443px) {
  .timeKeepingPane {
    font-size: 30px;
  }
}
@media (max-width: 1280px) {
  .timeKeepingPane {
    font-size: 25.6px;
  }
}
@media (max-width: 1024px) {
  .timeKeepingPane {
    font-size: 28.4px;
  }
}
.timeKeepingPane h1 {
  color: #fce432;
}
.timeKeepingPane .longBreak {
  padding-bottom: 200px;
}
.timeKeepingPane .version {
  position: absolute;
  bottom: 0;
}